This commit is contained in:
Alexandre Dulaunoy 2017-03-16 23:12:11 +01:00
parent e1b5701351
commit 6ce28c8c90

View file

@ -40,6 +40,34 @@
"type": "object", "type": "object",
"additionalProperties": false, "additionalProperties": false,
"properties": { "properties": {
"type": {
"type": "array",
"uniqueItems": true,
"items": {
"type": "string"
}
},
"complexity": {
"type": "string"
},
"effectiveness": {
"type": "string"
},
"country": {
"type": "string"
},
"possible_issues": {
"type": "string"
},
"colour": {
"type": "string"
},
"motive": {
"type": "string"
},
"impact": {
"type": "string"
},
"refs": { "refs": {
"type": "array", "type": "array",
"uniqueItems": true, "uniqueItems": true,
@ -63,34 +91,6 @@
}, },
"status": { "status": {
"type": "string" "type": "string"
},
"country": {
"type": "string"
},
"effectiveness": {
"type": "string"
},
"complexity": {
"type": "string"
},
"type": {
"type": "array",
"uniqueItems": true,
"items": {
"type": "string"
}
},
"impact": {
"type": "string"
},
"motive": {
"type": "string"
},
"colour": {
"type": "string"
},
"possible_issues": {
"type": "string"
} }
} }
} }