pull/42/head
Alexandre Dulaunoy 2017-03-16 23:12:11 +01:00
parent e1b5701351
commit 6ce28c8c90
1 changed files with 28 additions and 28 deletions

View File

@ -40,6 +40,34 @@
"type": "object",
"additionalProperties": false,
"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": {
"type": "array",
"uniqueItems": true,
@ -63,34 +91,6 @@
},
"status": {
"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"
}
}
}