Adyen Legal Entity Document Context
JSON-LD context defining the semantic vocabulary for Adyen Legal Entity Document from Adyen.
4 Classes
16 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
DocumentPage
DocumentReference
Document
description
Properties
| Property |
Type |
Container |
| pageName |
string |
|
| pageNumber |
integer |
|
| type |
string |
|
| active |
boolean |
|
| fileName |
string |
|
| id |
string |
|
| modificationDate |
dateTime |
|
| pages |
string |
set |
| attachment |
string |
|
| attachments |
string |
set |
| creationDate |
dateTime |
|
| expiryDate |
string |
|
| issuerCountry |
string |
|
| issuerState |
string |
|
| number |
string |
|
| owner |
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#",
"DocumentPage": "adyen:DocumentPage",
"DocumentReference": "adyen:DocumentReference",
"Document": "adyen:Document",
"pageName": {
"@id": "adyen:pageName",
"@type": "xsd:string"
},
"pageNumber": {
"@id": "adyen:pageNumber",
"@type": "xsd:integer"
},
"type": {
"@id": "adyen:type",
"@type": "xsd:string"
},
"active": {
"@id": "adyen:active",
"@type": "xsd:boolean"
},
"description": "schema:description",
"fileName": {
"@id": "adyen:fileName",
"@type": "xsd:string"
},
"id": {
"@id": "adyen:id",
"@type": "xsd:string"
},
"modificationDate": {
"@id": "adyen:modificationDate",
"@type": "xsd:dateTime"
},
"pages": {
"@id": "adyen:pages",
"@container": "@set",
"@type": "xsd:string"
},
"attachment": {
"@id": "adyen:attachment",
"@type": "xsd:string"
},
"attachments": {
"@id": "adyen:attachments",
"@container": "@set",
"@type": "xsd:string"
},
"creationDate": {
"@id": "adyen:creationDate",
"@type": "xsd:dateTime"
},
"expiryDate": {
"@id": "adyen:expiryDate",
"@type": "xsd:string"
},
"issuerCountry": {
"@id": "adyen:issuerCountry",
"@type": "xsd:string"
},
"issuerState": {
"@id": "adyen:issuerState",
"@type": "xsd:string"
},
"number": {
"@id": "adyen:number",
"@type": "xsd:string"
},
"owner": {
"@id": "adyen:owner",
"@type": "xsd:string"
}
}
}