Ajout du validateur json + correctif factory metadata
This commit is contained in:
13
lib/All/json-schema-validator/test/issue-9/bar.json
Normal file
13
lib/All/json-schema-validator/test/issue-9/bar.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"$schema": "http://json-schema.org/draft-04/schema#",
|
||||
"description": "Describes bar",
|
||||
"type": "object",
|
||||
"required": [
|
||||
"name"
|
||||
],
|
||||
"properties": {
|
||||
"name": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user