Adyen · JSON-LD Context

Adyen Payments Forex Quote Context

JSON-LD context defining the semantic vocabulary for Adyen Payments Forex Quote from Adyen.

1 Classes 12 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

ForexQuote

Properties

Property Type Container
account string
accountType string
baseAmount string
basePoints integer
buy string
interbank string
reference string
sell string
signature string
source string
type string
validTill 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#",
    "ForexQuote": "adyen:ForexQuote",
    "account": {
      "@id": "adyen:account",
      "@type": "xsd:string"
    },
    "accountType": {
      "@id": "adyen:accountType",
      "@type": "xsd:string"
    },
    "baseAmount": {
      "@id": "adyen:baseAmount",
      "@type": "xsd:string"
    },
    "basePoints": {
      "@id": "adyen:basePoints",
      "@type": "xsd:integer"
    },
    "buy": {
      "@id": "adyen:buy",
      "@type": "xsd:string"
    },
    "interbank": {
      "@id": "adyen:interbank",
      "@type": "xsd:string"
    },
    "reference": {
      "@id": "adyen:reference",
      "@type": "xsd:string"
    },
    "sell": {
      "@id": "adyen:sell",
      "@type": "xsd:string"
    },
    "signature": {
      "@id": "adyen:signature",
      "@type": "xsd:string"
    },
    "source": {
      "@id": "adyen:source",
      "@type": "xsd:string"
    },
    "type": {
      "@id": "adyen:type",
      "@type": "xsd:string"
    },
    "validTill": {
      "@id": "adyen:validTill",
      "@type": "xsd:dateTime"
    }
  }
}