mirror of
https://github.com/soulaklabs/bitoduc.fr.git
synced 2025-12-08 17:13:23 +00:00
réusinage de traductions.json en un simple tableau
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user