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 |
IgnoreSiblingKeywords | Sibling keywords will be ignored. This will process |
ProcessSiblingId | Sibling |
ProcessSiblingKeywords | Sibling keywords will be processed. This will process |