schema.json : ajout gestion association amortissements-immobilisation

This commit is contained in:
Jean-Christophe Engel 2024-02-28 19:15:45 +01:00
parent 6f620e2d24
commit 628887fd97
1 changed files with 7 additions and 0 deletions

View File

@ -13,6 +13,13 @@
"duration" : {
"description": "durée de l'amortissement en années",
"type": "integer"
},
"amort" : {
"description": "id lignes écritures amortissements",
"type": ["array", "null"],
"items": {
"type": "integer"
}
}
},
"required": ["type", "line", "duration"]