Adyen · JSON-LD Context

Adyen Transfers Capital Grant Context

JSON-LD context defining the semantic vocabulary for Adyen Transfers Capital Grant 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

CapitalGrantInfo CapitalGrant

Properties

Property Type Container
counterparty string
grantAccountId string
grantOfferId string
amount string
balances string
fee string
id string
repayment string
status 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#",
    "CapitalGrantInfo": "adyen:CapitalGrantInfo",
    "CapitalGrant": "adyen:CapitalGrant",
    "counterparty": {
      "@id": "adyen:counterparty",
      "@type": "xsd:string"
    },
    "grantAccountId": {
      "@id": "adyen:grantAccountId",
      "@type": "xsd:string"
    },
    "grantOfferId": {
      "@id": "adyen:grantOfferId",
      "@type": "xsd:string"
    },
    "amount": {
      "@id": "adyen:amount",
      "@type": "xsd:string"
    },
    "balances": {
      "@id": "adyen:balances",
      "@type": "xsd:string"
    },
    "fee": {
      "@id": "adyen:fee",
      "@type": "xsd:string"
    },
    "id": {
      "@id": "adyen:id",
      "@type": "xsd:string"
    },
    "repayment": {
      "@id": "adyen:repayment",
      "@type": "xsd:string"
    },
    "status": {
      "@id": "adyen:status",
      "@type": "xsd:string"
    }
  }
}