File tree Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "$schema" : " https://json-schema.org/version/year/meta " ,
3
- "$id" : " https://json-schema.org/version/year/meta " ,
2
+ "$schema" : " https://json-schema.org/1/2025 " ,
3
+ "$id" : " https://json-schema.org/1/2025 " ,
4
4
"$dynamicAnchor" : " meta" ,
5
5
6
6
"title" : " JSON Schema Core and Validation specification meta-schema" ,
147
147
}
148
148
},
149
149
"patternProperties" : {
150
- "^x-" : true ,
151
- "^(?!(?:\\ $id|\\ $schema|\\ $ref|\\ $anchor|\\ $dynamicRef|\\ $dynamicAnchor|\\ $comment|\\ $defs)$)\\ $.*" : false
150
+ "^x-" : true
151
+ },
152
+ "propertyNames" : {
153
+ "pattern" : " ^[^$]|^\\ $(id|schema|ref|anchor|dynamicRef|dynamicAnchor|comment|defs)$"
152
154
},
153
155
"$defs" : {
154
156
"anchorString" : {
186
188
" object" ,
187
189
" string"
188
190
]
191
+ },
192
+ "stringArray" : {
193
+ "type" : " array" ,
194
+ "items" : { "type" : " string" },
195
+ "uniqueItems" : true ,
196
+ "default" : []
189
197
}
190
198
}
191
199
}
You can’t perform that action at this time.
0 commit comments