Adyen · JSON-LD Context

Adyen Management Company User Context

JSON-LD context defining the semantic vocabulary for Adyen Management Company User 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

CompanyUser email name

Properties

Property Type Container
Links string
accountGroups string set
active boolean
apps string set
associatedMerchantAccounts string set
id string
roles string set
timeZoneCode string
username 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#",
    "CompanyUser": "adyen:CompanyUser",
    "Links": {
      "@id": "adyen:_links",
      "@type": "xsd:string"
    },
    "accountGroups": {
      "@id": "adyen:accountGroups",
      "@container": "@set",
      "@type": "xsd:string"
    },
    "active": {
      "@id": "adyen:active",
      "@type": "xsd:boolean"
    },
    "apps": {
      "@id": "adyen:apps",
      "@container": "@set",
      "@type": "xsd:string"
    },
    "associatedMerchantAccounts": {
      "@id": "adyen:associatedMerchantAccounts",
      "@container": "@set",
      "@type": "xsd:string"
    },
    "email": "schema:email",
    "id": {
      "@id": "adyen:id",
      "@type": "xsd:string"
    },
    "name": "schema:name",
    "roles": {
      "@id": "adyen:roles",
      "@container": "@set",
      "@type": "xsd:string"
    },
    "timeZoneCode": {
      "@id": "adyen:timeZoneCode",
      "@type": "xsd:string"
    },
    "username": {
      "@id": "adyen:username",
      "@type": "xsd:string"
    }
  }
}