Ajoute la nouvelle classe et le nouveau genre

Répare les tests
This commit is contained in:
Pablo Joubert
2019-01-02 11:31:24 +01:00
parent 56a2e75ae4
commit af8eb33cf2

View File

@@ -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"}
},