Adyen · JSON-LD Context

Adyen Management Create Api Context

JSON-LD context defining the semantic vocabulary for Adyen Management Create Api from Adyen.

2 Classes 10 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

CreateApiCredentialResponse description

Properties

Property Type Container
Links string
active boolean
allowedIpAddresses string set
allowedOrigins string set
apiKey string
clientKey string
id string
password string
roles string set
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#",
    "CreateApiCredentialResponse": "adyen:CreateApiCredentialResponse",
    "Links": {
      "@id": "adyen:_links",
      "@type": "xsd:string"
    },
    "active": {
      "@id": "adyen:active",
      "@type": "xsd:boolean"
    },
    "allowedIpAddresses": {
      "@id": "adyen:allowedIpAddresses",
      "@container": "@set",
      "@type": "xsd:string"
    },
    "allowedOrigins": {
      "@id": "adyen:allowedOrigins",
      "@container": "@set",
      "@type": "xsd:string"
    },
    "apiKey": {
      "@id": "adyen:apiKey",
      "@type": "xsd:string"
    },
    "clientKey": {
      "@id": "adyen:clientKey",
      "@type": "xsd:string"
    },
    "description": "schema:description",
    "id": {
      "@id": "adyen:id",
      "@type": "xsd:string"
    },
    "password": {
      "@id": "adyen:password",
      "@type": "xsd:string"
    },
    "roles": {
      "@id": "adyen:roles",
      "@container": "@set",
      "@type": "xsd:string"
    },
    "username": {
      "@id": "adyen:username",
      "@type": "xsd:string"
    }
  }
}