From 628887fd9797dc71521edebf0ec070f565cbd3c1 Mon Sep 17 00:00:00 2001 From: Jean-Christophe Engel Date: Wed, 28 Feb 2024 19:15:45 +0100 Subject: [PATCH] schema.json : ajout gestion association amortissements-immobilisation --- schema.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/schema.json b/schema.json index c2e3b34..ea5d95e 100644 --- a/schema.json +++ b/schema.json @@ -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"]