Home AnchorType Enum
AnchorType Enum
Cancel

AnchorType Enum

AnchorType Enum

Namespace: Json.Schema

Specifies the type of anchor that was used during a reference resolution operation.

Values

NameSummary
StaticIndicates the anchor was produced by $anchor (Draft 2019-09+) or by $id (Drafts 6 & 7).
DynamicIndicates the anchor was produced by $dynamicAnchor (Draft 2020-12+).
RecursiveIndicates the anchor was produced by $recursiveAnchor (Draft 2019-09).
Contents