Skip to content

Commit 641d43e

Browse files
committed
Strengthen generic data types to a SHOULD
This was added as a MAY in 3.1.1 but we can make it a SHOULD in 3.2.
1 parent c82e017 commit 641d43e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/oas.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2632,7 +2632,7 @@ There are two ways to define the value of a discriminating property for an inher
26322632

26332633
###### Generic (Template) Data Structures
26342634

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:
26362636

26372637
* `$dynamicAnchor` identifies a set of possible schemas (including a default placeholder schema) to which a `$dynamicRef` can resolve
26382638
* `$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

Comments
 (0)