Adyen · JSON-LD Context

Adyen Management Company Api Context

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

2 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

CompanyApiCredential description

Properties

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