We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f409793 commit 9c121dcCopy full SHA for 9c121dc
jsonschema-core.xml
@@ -638,9 +638,10 @@
638
639
<section title="Handling of unrecognized or unsupported keywords" anchor="unrecognized">
640
<t>
641
- Implementations MUST refuse to process schemas which contain
642
- keywords which they do not recognize or which they recognize
643
- but do not support.
+ Implementations SHOULD treat keywords they do not recognize, or that
+ they recognize but do not support, as annotations, where the value of
+ the keyword is the value of the annotation. Whether an implementation
644
+ collects these annotations or not, they MUST otherwise ignore the keywords.
645
</t>
646
</section>
647
0 commit comments