File tree 1 file changed +14
-0
lines changed 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change 124
124
</t >
125
125
126
126
<section title =" Keyword Behaviors" >
127
+ <t >
128
+ JSON Schema keywords fall into several general behavior categories.
129
+ Assertions validate that an instance satisfies constraints, annotations
130
+ attach information that applications may use in any way they see fit,
131
+ and applicators allow for building more complex schemas than a single
132
+ schema object would allow.
133
+ </t >
134
+ <t >
135
+ Extension keywords SHOULD stay within these categories, keeping in mind
136
+ that annotations in particular are extremely flexible. Complex behavior
137
+ is usually better delegated to applications on the basis of annotation
138
+ data than implemented directly as schema keywords. However, extension
139
+ keywords MAY define other behaviors for specialized purposes.
140
+ </t >
127
141
<section title =" Applicators" anchor =" applicators" >
128
142
<t >
129
143
Evaluation of an instance against a
You can’t perform that action at this time.
0 commit comments