From 67ae5a1602b269e9c99991b24d9db7ae27d13822 Mon Sep 17 00:00:00 2001 From: Adyen Automation Date: Wed, 9 Apr 2025 14:58:34 +0200 Subject: [PATCH] spec release --- json/LegalEntityService-v1.json | 7 ++++++- json/LegalEntityService-v2.json | 7 ++++++- json/LegalEntityService-v3.json | 7 ++++++- json/LegalEntityService-v4.json | 7 ++++++- yaml/LegalEntityService-v1.yaml | 8 +++++++- yaml/LegalEntityService-v2.yaml | 8 +++++++- yaml/LegalEntityService-v3.yaml | 8 +++++++- yaml/LegalEntityService-v4.yaml | 8 +++++++- 8 files changed, 52 insertions(+), 8 deletions(-) diff --git a/json/LegalEntityService-v1.json b/json/LegalEntityService-v1.json index edcbbca..99550f3 100644 --- a/json/LegalEntityService-v1.json +++ b/json/LegalEntityService-v1.json @@ -4810,7 +4810,7 @@ "type" : "string" }, "createdAt" : { - "description" : "The date when the Terms of Service were accepted.", + "description" : "The date when the Terms of Service were accepted, in ISO 8601 extended format. For example, 2022-12-18T10:15:30+01:00.", "format" : "date-time", "type" : "string" }, @@ -4832,6 +4832,11 @@ "adyenPccr" ], "type" : "string" + }, + "validTo" : { + "description" : "The expiration date for the Terms of Service acceptance, in ISO 8601 extended format. For example, 2022-12-18T00:00:00+01:00.", + "format" : "date-time", + "type" : "string" } }, "type" : "object" diff --git a/json/LegalEntityService-v2.json b/json/LegalEntityService-v2.json index b067576..8e4c8a1 100644 --- a/json/LegalEntityService-v2.json +++ b/json/LegalEntityService-v2.json @@ -5458,7 +5458,7 @@ "type" : "string" }, "createdAt" : { - "description" : "The date when the Terms of Service were accepted.", + "description" : "The date when the Terms of Service were accepted, in ISO 8601 extended format. For example, 2022-12-18T10:15:30+01:00.", "format" : "date-time", "type" : "string" }, @@ -5480,6 +5480,11 @@ "adyenPccr" ], "type" : "string" + }, + "validTo" : { + "description" : "The expiration date for the Terms of Service acceptance, in ISO 8601 extended format. For example, 2022-12-18T00:00:00+01:00.", + "format" : "date-time", + "type" : "string" } }, "type" : "object" diff --git a/json/LegalEntityService-v3.json b/json/LegalEntityService-v3.json index b3172b8..f73f3b9 100644 --- a/json/LegalEntityService-v3.json +++ b/json/LegalEntityService-v3.json @@ -6193,7 +6193,7 @@ "type" : "string" }, "createdAt" : { - "description" : "The date when the Terms of Service were accepted.", + "description" : "The date when the Terms of Service were accepted, in ISO 8601 extended format. For example, 2022-12-18T10:15:30+01:00.", "format" : "date-time", "type" : "string" }, @@ -6215,6 +6215,11 @@ "adyenPccr" ], "type" : "string" + }, + "validTo" : { + "description" : "The expiration date for the Terms of Service acceptance, in ISO 8601 extended format. For example, 2022-12-18T00:00:00+01:00.", + "format" : "date-time", + "type" : "string" } }, "type" : "object" diff --git a/json/LegalEntityService-v4.json b/json/LegalEntityService-v4.json index ec20dd1..38b4f47 100644 --- a/json/LegalEntityService-v4.json +++ b/json/LegalEntityService-v4.json @@ -6343,7 +6343,7 @@ "type" : "string" }, "createdAt" : { - "description" : "The date when the Terms of Service were accepted.", + "description" : "The date when the Terms of Service were accepted, in ISO 8601 extended format. For example, 2022-12-18T10:15:30+01:00.", "format" : "date-time", "type" : "string" }, @@ -6365,6 +6365,11 @@ "adyenPccr" ], "type" : "string" + }, + "validTo" : { + "description" : "The expiration date for the Terms of Service acceptance, in ISO 8601 extended format. For example, 2022-12-18T00:00:00+01:00.", + "format" : "date-time", + "type" : "string" } }, "type" : "object" diff --git a/yaml/LegalEntityService-v1.yaml b/yaml/LegalEntityService-v1.yaml index 21a8986..fcbd8d9 100644 --- a/yaml/LegalEntityService-v1.yaml +++ b/yaml/LegalEntityService-v1.yaml @@ -3665,7 +3665,8 @@ components: of Service are accepted. type: string createdAt: - description: The date when the Terms of Service were accepted. + description: The date when the Terms of Service were accepted, in ISO 8601 + extended format. For example, 2022-12-18T10:15:30+01:00. format: date-time type: string id: @@ -3708,6 +3709,11 @@ components: - adyenIssuing - adyenPccr type: string + validTo: + description: The expiration date for the Terms of Service acceptance, in + ISO 8601 extended format. For example, 2022-12-18T00:00:00+01:00. + format: date-time + type: string type: object TransferInstrument: additionalProperties: false diff --git a/yaml/LegalEntityService-v2.yaml b/yaml/LegalEntityService-v2.yaml index 64fe002..880ebad 100644 --- a/yaml/LegalEntityService-v2.yaml +++ b/yaml/LegalEntityService-v2.yaml @@ -4225,7 +4225,8 @@ components: of Service are accepted. type: string createdAt: - description: The date when the Terms of Service were accepted. + description: The date when the Terms of Service were accepted, in ISO 8601 + extended format. For example, 2022-12-18T10:15:30+01:00. format: date-time type: string id: @@ -4268,6 +4269,11 @@ components: - adyenIssuing - adyenPccr type: string + validTo: + description: The expiration date for the Terms of Service acceptance, in + ISO 8601 extended format. For example, 2022-12-18T00:00:00+01:00. + format: date-time + type: string type: object TransferInstrument: additionalProperties: false diff --git a/yaml/LegalEntityService-v3.yaml b/yaml/LegalEntityService-v3.yaml index e588441..baa7590 100644 --- a/yaml/LegalEntityService-v3.yaml +++ b/yaml/LegalEntityService-v3.yaml @@ -4784,7 +4784,8 @@ components: of Service are accepted. type: string createdAt: - description: The date when the Terms of Service were accepted. + description: The date when the Terms of Service were accepted, in ISO 8601 + extended format. For example, 2022-12-18T10:15:30+01:00. format: date-time type: string id: @@ -4827,6 +4828,11 @@ components: - adyenIssuing - adyenPccr type: string + validTo: + description: The expiration date for the Terms of Service acceptance, in + ISO 8601 extended format. For example, 2022-12-18T00:00:00+01:00. + format: date-time + type: string type: object TransferInstrument: additionalProperties: false diff --git a/yaml/LegalEntityService-v4.yaml b/yaml/LegalEntityService-v4.yaml index 4735241..777680d 100644 --- a/yaml/LegalEntityService-v4.yaml +++ b/yaml/LegalEntityService-v4.yaml @@ -4982,7 +4982,8 @@ components: of Service are accepted. type: string createdAt: - description: The date when the Terms of Service were accepted. + description: The date when the Terms of Service were accepted, in ISO 8601 + extended format. For example, 2022-12-18T10:15:30+01:00. format: date-time type: string id: @@ -5025,6 +5026,11 @@ components: - adyenIssuing - adyenPccr type: string + validTo: + description: The expiration date for the Terms of Service acceptance, in + ISO 8601 extended format. For example, 2022-12-18T00:00:00+01:00. + format: date-time + type: string type: object TransferInstrument: additionalProperties: false