Introduction status dans schéma immobilisation

This commit is contained in:
Jean-Christophe Engel 2025-04-23 11:11:28 +02:00
parent fb0d34a4f4
commit 31a0371ae2
5 changed files with 36 additions and 31 deletions

View file

@ -19,8 +19,9 @@
"type" : ["string", "null"],
"format" : "date"
},
"noamort" : {
"type" : ["null", "boolean"]
"status" : {
"type" : ["string", "null"],
"enum" : ["managed", "archived", "ignored"]
}
},
"required": ["type", "line", "duration", "date"]