Update commoditiesName description

- Update commoditiesName description.
- Some refactoring
This commit is contained in:
AnthorNet 2015-04-15 10:08:11 +02:00
parent bf7e64e97a
commit fd496a0e29

View File

@ -5,9 +5,7 @@
"additionalProperties" : false,
"required" : [ "$schemaRef", "header", "message" ],
"properties" : {
"$schemaRef" : {
"type" : "string"
},
"$schemaRef" : { "type": "string" },
"header" : {
"type" : "object",
@ -102,7 +100,7 @@
"biowaste", "chemical waste", "scrap", "toxic waste",
"battle weapons", "non-lethal weapons", "personal weapons", "reactive armour"
],
"description": "Valid commodities names. Have to be lowercase."
"description": "Valid commodities names. Have to be lowercase (JSON schema doesn't propose insensitive validation)."
}
}
}