Adyen · JSON-LD Context

Adyen Legal Entity Attachment Context

JSON-LD context defining the semantic vocabulary for Adyen Legal Entity Attachment from Adyen.

1 Classes 5 Properties 4 Namespaces
View Context View on GitHub

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

Attachment

Properties

Property Type Container
content string
contentType string
filename string
pageName string
pageType string

JSON-LD Document

Raw ↑
{
  "@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#",
    "Attachment": "adyen:Attachment",
    "content": {
      "@id": "adyen:content",
      "@type": "xsd:string"
    },
    "contentType": {
      "@id": "adyen:contentType",
      "@type": "xsd:string"
    },
    "filename": {
      "@id": "adyen:filename",
      "@type": "xsd:string"
    },
    "pageName": {
      "@id": "adyen:pageName",
      "@type": "xsd:string"
    },
    "pageType": {
      "@id": "adyen:pageType",
      "@type": "xsd:string"
    }
  }
}