Ajout du validateur json + correctif factory metadata
This commit is contained in:
13
lib/All/json-schema-validator/test/issue-27/schema.json
Normal file
13
lib/All/json-schema-validator/test/issue-27/schema.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"properties": {
|
||||
"gps_time": {
|
||||
"type": "number",
|
||||
"minimum": 0,
|
||||
"maximum": 4294967295
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"gps_time"
|
||||
],
|
||||
"type": "object"
|
||||
}
|
||||
Reference in New Issue
Block a user