Adyen · JSON-LD Context
Adyen Management Webhook Context
JSON-LD context defining the semantic vocabulary for Adyen Management Webhook from Adyen.
3 Classes
20 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
Webhook
description
url
Properties
| Property | Type | Container |
|---|---|---|
| Links | string | |
| acceptsExpiredCertificate | boolean | |
| acceptsSelfSignedCertificate | boolean | |
| acceptsUntrustedRootCertificate | boolean | |
| accountReference | string | |
| active | boolean | |
| additionalSettings | string | |
| certificateAlias | string | |
| communicationFormat | string | |
| encryptionProtocol | string | |
| filterMerchantAccountType | string | |
| filterMerchantAccounts | string | set |
| hasError | boolean | |
| hasPassword | boolean | |
| hmacKeyCheckValue | string | |
| id | string | |
| networkType | string | |
| populateSoapActionHeader | boolean | |
| type | string | |
| username | 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#",
"Webhook": "adyen:Webhook",
"Links": {
"@id": "adyen:_links",
"@type": "xsd:string"
},
"acceptsExpiredCertificate": {
"@id": "adyen:acceptsExpiredCertificate",
"@type": "xsd:boolean"
},
"acceptsSelfSignedCertificate": {
"@id": "adyen:acceptsSelfSignedCertificate",
"@type": "xsd:boolean"
},
"acceptsUntrustedRootCertificate": {
"@id": "adyen:acceptsUntrustedRootCertificate",
"@type": "xsd:boolean"
},
"accountReference": {
"@id": "adyen:accountReference",
"@type": "xsd:string"
},
"active": {
"@id": "adyen:active",
"@type": "xsd:boolean"
},
"additionalSettings": {
"@id": "adyen:additionalSettings",
"@type": "xsd:string"
},
"certificateAlias": {
"@id": "adyen:certificateAlias",
"@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"
},
"hasError": {
"@id": "adyen:hasError",
"@type": "xsd:boolean"
},
"hasPassword": {
"@id": "adyen:hasPassword",
"@type": "xsd:boolean"
},
"hmacKeyCheckValue": {
"@id": "adyen:hmacKeyCheckValue",
"@type": "xsd:string"
},
"id": {
"@id": "adyen:id",
"@type": "xsd:string"
},
"networkType": {
"@id": "adyen:networkType",
"@type": "xsd:string"
},
"populateSoapActionHeader": {
"@id": "adyen:populateSoapActionHeader",
"@type": "xsd:boolean"
},
"type": {
"@id": "adyen:type",
"@type": "xsd:string"
},
"url": "schema:url",
"username": {
"@id": "adyen:username",
"@type": "xsd:string"
}
}
}