mirror of
https://github.com/soulaklabs/bitoduc.fr.git
synced 2025-12-09 09:33:23 +00:00
Ajoute la nouvelle classe et le nouveau genre
Répare les tests
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
"type": "object",
|
||||
"properties":
|
||||
{
|
||||
"anglais": {"type": "string"},
|
||||
"anglais": {"type": "string"},
|
||||
"français": {"type": "string"},
|
||||
"classe": {
|
||||
"type": "string",
|
||||
@@ -13,13 +13,14 @@
|
||||
"adjectif",
|
||||
"groupe nominal",
|
||||
"groupe verbal",
|
||||
"nom propre",
|
||||
"proposition",
|
||||
"verbe"
|
||||
]
|
||||
},
|
||||
"genre": {
|
||||
"type": "string",
|
||||
"enum": ["f", "m"]
|
||||
"enum": ["f", "m", "n"]
|
||||
},
|
||||
"pluriel": {"type": "boolean"}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user