Skip to content

Commit bbea8ff

Browse files
authored
Merge pull request #4657 from handrews/generics
v3.2: Strengthen generic data types to a SHOULD
2 parents 24344f3 + 641d43e commit bbea8ff

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
@@ -2635,7 +2635,7 @@ There are two ways to define the value of a discriminating property for an inher
26352635

26362636
###### Generic (Template) Data Structures
26372637

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

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