réusinage de traductions.json en un simple tableau

This commit is contained in:
Martin Kirchgessner
2018-01-31 18:25:55 +01:00
parent 7d213f9b79
commit 471bfc076c
4 changed files with 196 additions and 214 deletions

View File

@@ -1,14 +1,5 @@
{ "type": "object",
"properties": {
"faux mots": {
"type": "array",
"items": {"$ref": "#/definitions/mot"}
},
"vrais mots": {
"type": "array",
"items": {"$ref": "#/definitions/mot"}
}
},
{ "type": "array",
"items": {"$ref": "#/definitions/mot"},
"definitions": {
"mot": {
"type": "object",