File tree 2 files changed +12
-0
lines changed
2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 394
394
</t >
395
395
</section >
396
396
397
+ <section title =" contains" >
398
+ <t >
399
+ The value of this keyword MUST be an object. This object MUST be
400
+ a valid JSON Schema.
401
+ </t >
402
+ <t >
403
+ An array instance is valid against "contains" if at least one of
404
+ its elements is valid against the given schema.
405
+ </t >
406
+ </section >
407
+
397
408
<section title =" maxProperties" >
398
409
<t >
399
410
The value of this keyword MUST be an integer. This integer MUST be
Original file line number Diff line number Diff line change 87
87
"type" : " boolean" ,
88
88
"default" : false
89
89
},
90
+ "contains" : { "$ref" : " #" },
90
91
"maxProperties" : { "$ref" : " #/definitions/positiveInteger" },
91
92
"minProperties" : { "$ref" : " #/definitions/positiveIntegerDefault0" },
92
93
"required" : { "$ref" : " #/definitions/stringArray" },
You can’t perform that action at this time.
0 commit comments