Ajout du validateur json + correctif factory metadata
This commit is contained in:
10
lib/All/json-schema-validator/test/issue-12/schema.json
Normal file
10
lib/All/json-schema-validator/test/issue-12/schema.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"$schema": "http://json-schema.org/draft-04/schema#",
|
||||
"properties": {
|
||||
"x": {
|
||||
"type": "integer",
|
||||
"minimum": 1000000000000,
|
||||
"maximum": 2000000000000
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user