Adyen · JSON-LD Context

Adyen Legal Entity Sole Context

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

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

SoleProprietorship description name

Properties

Property Type Container
countryOfGoverningLaw string
dateOfIncorporation string
doingBusinessAs string
principalPlaceOfBusiness string
registeredAddress string
registrationNumber string
taxInformation string set
vatAbsenceReason string
vatNumber 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#",
    "SoleProprietorship": "adyen:SoleProprietorship",
    "countryOfGoverningLaw": {
      "@id": "adyen:countryOfGoverningLaw",
      "@type": "xsd:string"
    },
    "dateOfIncorporation": {
      "@id": "adyen:dateOfIncorporation",
      "@type": "xsd:string"
    },
    "description": "schema:description",
    "doingBusinessAs": {
      "@id": "adyen:doingBusinessAs",
      "@type": "xsd:string"
    },
    "name": "schema:name",
    "principalPlaceOfBusiness": {
      "@id": "adyen:principalPlaceOfBusiness",
      "@type": "xsd:string"
    },
    "registeredAddress": {
      "@id": "adyen:registeredAddress",
      "@type": "xsd:string"
    },
    "registrationNumber": {
      "@id": "adyen:registrationNumber",
      "@type": "xsd:string"
    },
    "taxInformation": {
      "@id": "adyen:taxInformation",
      "@container": "@set",
      "@type": "xsd:string"
    },
    "vatAbsenceReason": {
      "@id": "adyen:vatAbsenceReason",
      "@type": "xsd:string"
    },
    "vatNumber": {
      "@id": "adyen:vatNumber",
      "@type": "xsd:string"
    }
  }
}