Adyen · JSON-LD Context

Adyen Configuration Create Sweep Context

JSON-LD context defining the semantic vocabulary for Adyen Configuration Create Sweep from Adyen.

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

CreateSweepConfigurationV2 description

Properties

Property Type Container
category string
counterparty string
currency string
priorities string set
reason string
schedule string
status string
sweepAmount string
targetAmount string
triggerAmount string
type 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#",
    "CreateSweepConfigurationV2": "adyen:CreateSweepConfigurationV2",
    "category": {
      "@id": "adyen:category",
      "@type": "xsd:string"
    },
    "counterparty": {
      "@id": "adyen:counterparty",
      "@type": "xsd:string"
    },
    "currency": {
      "@id": "adyen:currency",
      "@type": "xsd:string"
    },
    "description": "schema:description",
    "priorities": {
      "@id": "adyen:priorities",
      "@container": "@set",
      "@type": "xsd:string"
    },
    "reason": {
      "@id": "adyen:reason",
      "@type": "xsd:string"
    },
    "schedule": {
      "@id": "adyen:schedule",
      "@type": "xsd:string"
    },
    "status": {
      "@id": "adyen:status",
      "@type": "xsd:string"
    },
    "sweepAmount": {
      "@id": "adyen:sweepAmount",
      "@type": "xsd:string"
    },
    "targetAmount": {
      "@id": "adyen:targetAmount",
      "@type": "xsd:string"
    },
    "triggerAmount": {
      "@id": "adyen:triggerAmount",
      "@type": "xsd:string"
    },
    "type": {
      "@id": "adyen:type",
      "@type": "xsd:string"
    }
  }
}