From f9171cd736e1624ead65f506446da09c5659f668 Mon Sep 17 00:00:00 2001 From: bgsomeware Date: Wed, 23 Nov 2022 21:18:38 +0100 Subject: [PATCH 1/2] remove "value" field set as required in both dgfip_tax_notice_field and dgfip_identity_field while such field does not exist --- conceptual_model/schemas/fr-dgfip-information.schema.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/conceptual_model/schemas/fr-dgfip-information.schema.json b/conceptual_model/schemas/fr-dgfip-information.schema.json index 98eab02..7b6ee59 100644 --- a/conceptual_model/schemas/fr-dgfip-information.schema.json +++ b/conceptual_model/schemas/fr-dgfip-information.schema.json @@ -55,7 +55,6 @@ } }, "required": [ - "value" ], "additionalProperties": false }, @@ -109,7 +108,6 @@ } }, "required": [ - "value" ], "additionalProperties": false }, From 59c0c489926f7ca213d3ffafb0cff826dc020ba0 Mon Sep 17 00:00:00 2001 From: bgsomeware Date: Wed, 23 Nov 2022 21:19:01 +0100 Subject: [PATCH 2/2] fix documentation for taxNotices (an array is expected) --- conceptual_model/fr-dgfip-information.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conceptual_model/fr-dgfip-information.md b/conceptual_model/fr-dgfip-information.md index bd78cff..865e9d1 100644 --- a/conceptual_model/fr-dgfip-information.md +++ b/conceptual_model/fr-dgfip-information.md @@ -16,7 +16,7 @@ Attributes | -----------------------|---------- | declarant1 | [DGFIP identity](#dgfip-identity) | declarant2 | [DGFIP identity](#dgfip-identity) -| taxNotices | [DGFIP tax notice](#dgfip-tax-notice) +| taxNotices | Array of [DGFIP tax notice](#dgfip-tax-notice) Definitions