Adyen · JSON-LD Context

Adyen Management User Context

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

User email name

Properties

Property Type Container
Links string
accountGroups string set
active boolean
apps 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#",
    "User": "adyen:User",
    "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"
    },
    "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"
    }
  }
}