Adyen · JSON-LD Context

Adyen Accounts Signatory Contact Context

JSON-LD context defining the semantic vocabulary for Adyen Accounts Signatory Contact from Adyen.

3 Classes 8 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

SignatoryContact email name

Properties

Property Type Container
address string
fullPhoneNumber string
jobTitle string
personalData string
phoneNumber string
signatoryCode string
signatoryReference string
webAddress 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#",
    "SignatoryContact": "adyen:SignatoryContact",
    "address": {
      "@id": "adyen:address",
      "@type": "xsd:string"
    },
    "email": "schema:email",
    "fullPhoneNumber": {
      "@id": "adyen:fullPhoneNumber",
      "@type": "xsd:string"
    },
    "jobTitle": {
      "@id": "adyen:jobTitle",
      "@type": "xsd:string"
    },
    "name": "schema:name",
    "personalData": {
      "@id": "adyen:personalData",
      "@type": "xsd:string"
    },
    "phoneNumber": {
      "@id": "adyen:phoneNumber",
      "@type": "xsd:string"
    },
    "signatoryCode": {
      "@id": "adyen:signatoryCode",
      "@type": "xsd:string"
    },
    "signatoryReference": {
      "@id": "adyen:signatoryReference",
      "@type": "xsd:string"
    },
    "webAddress": {
      "@id": "adyen:webAddress",
      "@type": "xsd:string"
    }
  }
}