adyen:
https://docs.adyen.com/schema/
schema:
https://schema.org/
dcterms:
http://purl.org/dc/terms/
xsd:
http://www.w3.org/2001/XMLSchema#
{
"@context": {
"@version": 1.1,
"adyen": "https://docs.adyen.com/schema/",
"schema": "https://schema.org/",
"dcterms": "http://purl.org/dc/terms/",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"CreateMerchantRequest": "adyen:CreateMerchantRequest",
"CreateMerchantResponse": "adyen:CreateMerchantResponse",
"CreateMerchantUserRequest": "adyen:CreateMerchantUserRequest",
"CreateMerchantWebhookRequest": "adyen:CreateMerchantWebhookRequest",
"businessLineId": {
"@id": "adyen:businessLineId",
"@type": "xsd:string"
},
"companyId": {
"@id": "adyen:companyId",
"@type": "xsd:string"
},
"description": "schema:description",
"legalEntityId": {
"@id": "adyen:legalEntityId",
"@type": "xsd:string"
},
"pricingPlan": {
"@id": "adyen:pricingPlan",
"@type": "xsd:string"
},
"reference": {
"@id": "adyen:reference",
"@type": "xsd:string"
},
"salesChannels": {
"@id": "adyen:salesChannels",
"@container": "@set",
"@type": "xsd:string"
},
"id": {
"@id": "adyen:id",
"@type": "xsd:string"
},
"accountGroups": {
"@id": "adyen:accountGroups",
"@container": "@set",
"@type": "xsd:string"
},
"email": "schema:email",
"name": "schema:name",
"roles": {
"@id": "adyen:roles",
"@container": "@set",
"@type": "xsd:string"
},
"timeZoneCode": {
"@id": "adyen:timeZoneCode",
"@type": "xsd:string"
},
"username": {
"@id": "adyen:username",
"@type": "xsd:string"
},
"acceptsExpiredCertificate": {
"@id": "adyen:acceptsExpiredCertificate",
"@type": "xsd:boolean"
},
"acceptsSelfSignedCertificate": {
"@id": "adyen:acceptsSelfSignedCertificate",
"@type": "xsd:boolean"
},
"acceptsUntrustedRootCertificate": {
"@id": "adyen:acceptsUntrustedRootCertificate",
"@type": "xsd:boolean"
},
"active": {
"@id": "adyen:active",
"@type": "xsd:boolean"
},
"additionalSettings": {
"@id": "adyen:additionalSettings",
"@type": "xsd:string"
},
"communicationFormat": {
"@id": "adyen:communicationFormat",
"@type": "xsd:string"
},
"encryptionProtocol": {
"@id": "adyen:encryptionProtocol",
"@type": "xsd:string"
},
"networkType": {
"@id": "adyen:networkType",
"@type": "xsd:string"
},
"password": {
"@id": "adyen:password",
"@type": "xsd:string"
},
"populateSoapActionHeader": {
"@id": "adyen:populateSoapActionHeader",
"@type": "xsd:boolean"
},
"type": {
"@id": "adyen:type",
"@type": "xsd:string"
},
"url": "schema:url"
}
}