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 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 },