Adyen · JSON-LD Context
Adyen Management Create Company Context
JSON-LD context defining the semantic vocabulary for Adyen Management Create Company from Adyen.
7 Classes
21 Properties
4 Namespaces
Namespaces
adyen:
https://docs.adyen.com/schema/
schema:
https://schema.org/
dcterms:
http://purl.org/dc/terms/
xsd:
http://www.w3.org/2001/XMLSchema#
Classes
CreateCompanyUserRequest
CreateCompanyUserResponse
CreateCompanyWebhookRequest
email
name
description
url
Properties
| Property | Type | Container |
|---|---|---|
| accountGroups | string | set |
| associatedMerchantAccounts | string | set |
| roles | string | set |
| timeZoneCode | string | |
| username | string | |
| Links | string | |
| active | boolean | |
| apps | string | set |
| id | string | |
| acceptsExpiredCertificate | boolean | |
| acceptsSelfSignedCertificate | boolean | |
| acceptsUntrustedRootCertificate | boolean | |
| additionalSettings | string | |
| communicationFormat | string | |
| encryptionProtocol | string | |
| filterMerchantAccountType | string | |
| filterMerchantAccounts | string | set |
| networkType | string | |
| password | string | |
| populateSoapActionHeader | boolean | |
| type | string |
JSON-LD Document
{
"@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#",
"CreateCompanyUserRequest": "adyen:CreateCompanyUserRequest",
"CreateCompanyUserResponse": "adyen:CreateCompanyUserResponse",
"CreateCompanyWebhookRequest": "adyen:CreateCompanyWebhookRequest",
"accountGroups": {
"@id": "adyen:accountGroups",
"@container": "@set",
"@type": "xsd:string"
},
"associatedMerchantAccounts": {
"@id": "adyen:associatedMerchantAccounts",
"@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"
},
"Links": {
"@id": "adyen:_links",
"@type": "xsd:string"
},
"active": {
"@id": "adyen:active",
"@type": "xsd:boolean"
},
"apps": {
"@id": "adyen:apps",
"@container": "@set",
"@type": "xsd:string"
},
"id": {
"@id": "adyen:id",
"@type": "xsd:string"
},
"acceptsExpiredCertificate": {
"@id": "adyen:acceptsExpiredCertificate",
"@type": "xsd:boolean"
},
"acceptsSelfSignedCertificate": {
"@id": "adyen:acceptsSelfSignedCertificate",
"@type": "xsd:boolean"
},
"acceptsUntrustedRootCertificate": {
"@id": "adyen:acceptsUntrustedRootCertificate",
"@type": "xsd:boolean"
},
"additionalSettings": {
"@id": "adyen:additionalSettings",
"@type": "xsd:string"
},
"communicationFormat": {
"@id": "adyen:communicationFormat",
"@type": "xsd:string"
},
"description": "schema:description",
"encryptionProtocol": {
"@id": "adyen:encryptionProtocol",
"@type": "xsd:string"
},
"filterMerchantAccountType": {
"@id": "adyen:filterMerchantAccountType",
"@type": "xsd:string"
},
"filterMerchantAccounts": {
"@id": "adyen:filterMerchantAccounts",
"@container": "@set",
"@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"
}
}