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
@@ -2632,7 +2632,7 @@ There are two ways to define the value of a discriminating property for an inher
2632
2632
2633
2633
###### Generic (Template) Data Structures
2634
2634
2635
-
Implementations MAY support defining generic or template data structures using JSON Schema's dynamic referencing feature:
2635
+
Implementations SHOULD support defining generic or template data structures using JSON Schema's dynamic referencing feature:
2636
2636
2637
2637
* `$dynamicAnchor` identifies a set of possible schemas (including a default placeholder schema) to which a `$dynamicRef` can resolve
2638
2638
* `$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