We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02295dc commit 063fbe2Copy full SHA for 063fbe2
jsonschema-core.xml
@@ -2142,10 +2142,10 @@
2142
structure that matches the exact structure of the schema.
2143
</t>
2144
</list>
2145
- Implementations MUST provide support for the "flag" format and SHOULD provide the
2146
- "basic" and "detailed" formats, and MAY provide the "verbose" format.
2147
- Implementations SHOULD specify in their documentation which formats of validation
2148
- they support.
+ An implementation SHOULD provide at least the "flag", "basic", or "detailed"
+ format and MAY provide the "verbose" format. If it provides one or more of the
+ complex formats, it MUST also provide the "flag" format. Implementations SHOULD
+ specify in their documentation which formats they support.
2149
2150
2151
</section>
0 commit comments