Show / Hide Table of Contents

Enum RefResolutionStrategy

Determines how $ref keywords are resolved when adjacent to an $id keyword.

Namespace: Manatee.Json.Schema
Assembly: Manatee.Json.dll
Syntax
public enum RefResolutionStrategy
Remarks

See the specific members for examples.

Fields

Name Description
IgnoreSiblingId

Sibling $id properties will be ignored and will not change the base URI. This will process $ref according to draft-07 and earlier.

IgnoreSiblingKeywords

Sibling keywords will be ignored. This will process $ref according to draft-07 and earlier.

ProcessSiblingId

Sibling $id properties will be processed and will change the base URI. This will process $ref according to draft 2019-09.

ProcessSiblingKeywords

Sibling keywords will be processed. This will process $ref and sibling keywords according to draft 2019-09.

  • Improve this Doc
  • View Source
Back to top Generated by DocFX