File tree 2 files changed +15
-0
lines changed
2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change 550
550
</t >
551
551
</section >
552
552
553
+ <section title =" propertyNames" >
554
+ <t >
555
+ The value of "properties" MUST be a valid JSON Schema.
556
+ </t >
557
+ <t >
558
+ If the instance is an object, this keyword validates if every property name in the instance
559
+ validates against the provided schema.
560
+ Note the property name that the schema is testing will always be a string.
561
+ </t >
562
+ <t >
563
+ A missing keyword is the same as an empty schema, or a schema testing that the type is "string".
564
+ </t >
565
+ </section >
566
+
553
567
<section title =" enum" >
554
568
<t >
555
569
The value of this keyword MUST be an array. This array SHOULD have at
Original file line number Diff line number Diff line change 124
124
]
125
125
}
126
126
},
127
+ "propertyNames" : { "$ref" : " #" },
127
128
"const" : {},
128
129
"enum" : {
129
130
"type" : " array" ,
You can’t perform that action at this time.
0 commit comments