From acaff6450c522bc54e4d190973987b1dce052ae2 Mon Sep 17 00:00:00 2001 From: Adyen Automation Date: Wed, 31 Jul 2024 13:03:51 +0200 Subject: [PATCH] spec release --- json/LegalEntityService-v1.json | 2 +- json/LegalEntityService-v2.json | 7 ++++++- json/LegalEntityService-v3.json | 7 ++++++- yaml/LegalEntityService-v1.yaml | 2 +- yaml/LegalEntityService-v2.yaml | 7 ++++++- yaml/LegalEntityService-v3.yaml | 7 ++++++- 6 files changed, 26 insertions(+), 6 deletions(-) diff --git a/json/LegalEntityService-v1.json b/json/LegalEntityService-v1.json index 80516c7..bea47cd 100644 --- a/json/LegalEntityService-v1.json +++ b/json/LegalEntityService-v1.json @@ -3523,7 +3523,7 @@ "type" : "string" }, "termsOfServiceDocumentFormat" : { - "description" : "The requested format for the Terms of Service document. Default value: JSON.", + "description" : "The requested format for the Terms of Service document. Default value: JSON. Possible values: JSON or PDF.", "type" : "string" }, "type" : { diff --git a/json/LegalEntityService-v2.json b/json/LegalEntityService-v2.json index ca01f35..a514024 100644 --- a/json/LegalEntityService-v2.json +++ b/json/LegalEntityService-v2.json @@ -3790,7 +3790,7 @@ "type" : "string" }, "termsOfServiceDocumentFormat" : { - "description" : "The requested format for the Terms of Service document. Default value: JSON.", + "description" : "The requested format for the Terms of Service document. Default value: JSON. Possible values: JSON or PDF.", "type" : "string" }, "type" : { @@ -4485,6 +4485,11 @@ "Organization" : { "additionalProperties" : false, "properties" : { + "countryOfGoverningLaw" : { + "x-addedInVersion" : "2", + "description" : "The two-character [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) country code of the governing country.", + "type" : "string" + }, "dateOfIncorporation" : { "x-addedInVersion" : "2", "description" : "The date when the organization was incorporated in YYYY-MM-DD format.", diff --git a/json/LegalEntityService-v3.json b/json/LegalEntityService-v3.json index 6de6990..ee557cb 100644 --- a/json/LegalEntityService-v3.json +++ b/json/LegalEntityService-v3.json @@ -4227,7 +4227,7 @@ "type" : "string" }, "termsOfServiceDocumentFormat" : { - "description" : "The requested format for the Terms of Service document. Default value: JSON.", + "description" : "The requested format for the Terms of Service document. Default value: JSON. Possible values: JSON or PDF.", "type" : "string" }, "type" : { @@ -5092,6 +5092,11 @@ "Organization" : { "additionalProperties" : false, "properties" : { + "countryOfGoverningLaw" : { + "x-addedInVersion" : "2", + "description" : "The two-character [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) country code of the governing country.", + "type" : "string" + }, "dateOfIncorporation" : { "x-addedInVersion" : "2", "description" : "The date when the organization was incorporated in YYYY-MM-DD format.", diff --git a/yaml/LegalEntityService-v1.yaml b/yaml/LegalEntityService-v1.yaml index 38ef4bb..c8b40ae 100644 --- a/yaml/LegalEntityService-v1.yaml +++ b/yaml/LegalEntityService-v1.yaml @@ -2409,7 +2409,7 @@ components: type: string termsOfServiceDocumentFormat: description: 'The requested format for the Terms of Service document. Default - value: JSON.' + value: JSON. Possible values: JSON or PDF.' type: string type: description: 'The type of Terms of Service. diff --git a/yaml/LegalEntityService-v2.yaml b/yaml/LegalEntityService-v2.yaml index 797e82a..a750147 100644 --- a/yaml/LegalEntityService-v2.yaml +++ b/yaml/LegalEntityService-v2.yaml @@ -2612,7 +2612,7 @@ components: type: string termsOfServiceDocumentFormat: description: 'The requested format for the Terms of Service document. Default - value: JSON.' + value: JSON. Possible values: JSON or PDF.' type: string type: description: 'The type of Terms of Service. @@ -3383,6 +3383,11 @@ components: Organization: additionalProperties: false properties: + countryOfGoverningLaw: + x-addedInVersion: '2' + description: The two-character [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) + country code of the governing country. + type: string dateOfIncorporation: x-addedInVersion: '2' description: The date when the organization was incorporated in YYYY-MM-DD diff --git a/yaml/LegalEntityService-v3.yaml b/yaml/LegalEntityService-v3.yaml index 44f209c..cc7a8e0 100644 --- a/yaml/LegalEntityService-v3.yaml +++ b/yaml/LegalEntityService-v3.yaml @@ -2945,7 +2945,7 @@ components: type: string termsOfServiceDocumentFormat: description: 'The requested format for the Terms of Service document. Default - value: JSON.' + value: JSON. Possible values: JSON or PDF.' type: string type: description: 'The type of Terms of Service. @@ -3852,6 +3852,11 @@ components: Organization: additionalProperties: false properties: + countryOfGoverningLaw: + x-addedInVersion: '2' + description: The two-character [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) + country code of the governing country. + type: string dateOfIncorporation: x-addedInVersion: '2' description: The date when the organization was incorporated in YYYY-MM-DD