You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/oas.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2635,7 +2635,7 @@ There are two ways to define the value of a discriminating property for an inher
2635
2635
2636
2636
###### Generic (Template) Data Structures
2637
2637
2638
-
Implementations MAY support defining generic or template data structures using JSON Schema's dynamic referencing feature:
2638
+
Implementations SHOULD support defining generic or template data structures using JSON Schema's dynamic referencing feature:
2639
2639
2640
2640
* `$dynamicAnchor` identifies a set of possible schemas (including a default placeholder schema) to which a `$dynamicRef` can resolve
2641
2641
* `$dynamicRef` resolves to the first matching `$dynamicAnchor` encountered on its path from the schema entry point to the reference, as described in the JSON Schema specification
0 commit comments