Skip to content

Commit

Permalink
spec release
Browse files Browse the repository at this point in the history
  • Loading branch information
Adyen Automation committed Jul 31, 2024
1 parent 6a6dc26 commit acaff64
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 6 deletions.
2 changes: 1 addition & 1 deletion json/LegalEntityService-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -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" : {
Expand Down
7 changes: 6 additions & 1 deletion json/LegalEntityService-v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -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" : {
Expand Down Expand Up @@ -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.",
Expand Down
7 changes: 6 additions & 1 deletion json/LegalEntityService-v3.json
Original file line number Diff line number Diff line change
Expand Up @@ -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" : {
Expand Down Expand Up @@ -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.",
Expand Down
2 changes: 1 addition & 1 deletion yaml/LegalEntityService-v1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
7 changes: 6 additions & 1 deletion yaml/LegalEntityService-v2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down
7 changes: 6 additions & 1 deletion yaml/LegalEntityService-v3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit acaff64

Please sign in to comment.