renommage champ designation => name

This commit is contained in:
Jean-Christophe Engel 2025-02-18 14:13:11 +01:00
parent 9ac71344fb
commit dbbff606f6
16 changed files with 35 additions and 35 deletions

View file

@ -10,10 +10,10 @@
"description": "Clé de la catégorie",
"type": "string"
},
"designation": {
"name": {
"description": "Désignation du matériel",
"type": "string"
}
},
"required": ["type", "category", "designation"]
"required": ["type", "category", "name"]
}