Ajout du validateur json + correctif factory metadata
This commit is contained in:
21
lib/All/json-schema-validator/test/issue-143/schema.json
Normal file
21
lib/All/json-schema-validator/test/issue-143/schema.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"type": "object",
|
||||
|
||||
"properties": {
|
||||
"unknown_keyword_storage": {
|
||||
"1": {
|
||||
"type": "number"
|
||||
},
|
||||
"a": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"ref1": {
|
||||
"$ref": "#/properties/unknown_keyword_storage/1"
|
||||
},
|
||||
"refa": {
|
||||
"$ref": "#/properties/unknown_keyword_storage/a"
|
||||
}
|
||||
},
|
||||
"additionalProperties": false
|
||||
}
|
||||
Reference in New Issue
Block a user