Adyen · JSON-LD Context

Adyen Configuration Grant Offer Context

JSON-LD context defining the semantic vocabulary for Adyen Configuration Grant Offer from Adyen.

1 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

GrantOffer

Properties

Property Type Container
accountHolderId string
amount string
contractType string
expiresAt dateTime
fee string
id string
repayment string
startsAt dateTime

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#",
    "GrantOffer": "adyen:GrantOffer",
    "accountHolderId": {
      "@id": "adyen:accountHolderId",
      "@type": "xsd:string"
    },
    "amount": {
      "@id": "adyen:amount",
      "@type": "xsd:string"
    },
    "contractType": {
      "@id": "adyen:contractType",
      "@type": "xsd:string"
    },
    "expiresAt": {
      "@id": "adyen:expiresAt",
      "@type": "xsd:dateTime"
    },
    "fee": {
      "@id": "adyen:fee",
      "@type": "xsd:string"
    },
    "id": {
      "@id": "adyen:id",
      "@type": "xsd:string"
    },
    "repayment": {
      "@id": "adyen:repayment",
      "@type": "xsd:string"
    },
    "startsAt": {
      "@id": "adyen:startsAt",
      "@type": "xsd:dateTime"
    }
  }
}