schema.json : ajout gestion association amortissements-immobilisation
This commit is contained in:
parent
6f620e2d24
commit
628887fd97
|
@ -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"]
|
||||
|
|
Loading…
Reference in New Issue