Avaloq · JSON-LD Context

Avaloq Payments Context

JSON-LD context defining the semantic vocabulary for Avaloq Payments from Avaloq.

0 Classes 8 Properties 2 Namespaces
View Context View on GitHub

Namespaces

xsd: http://www.w3.org/2001/XMLSchema#
schema: http://schema.org/

Properties

Property Type Container
amount
currency
executionDate http://www.w3.org/2001/XMLSchema#date
id
status
valueDate http://www.w3.org/2001/XMLSchema#date
total http://www.w3.org/2001/XMLSchema#integer
offset http://www.w3.org/2001/XMLSchema#integer

JSON-LD Document

Raw ↑
{
  "@context": {
    "@vocab": "https://api.avaloq.com/payments#",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "schema": "http://schema.org/",
    "amount": {
      "@id": "http://schema.org/price"
    },
    "currency": {
      "@id": "http://schema.org/priceCurrency"
    },
    "executionDate": {
      "@type": "http://www.w3.org/2001/XMLSchema#date"
    },
    "id": {
      "@id": "http://schema.org/identifier"
    },
    "status": {
      "@id": "http://schema.org/status"
    },
    "valueDate": {
      "@type": "http://www.w3.org/2001/XMLSchema#date"
    },
    "total": {
      "@type": "http://www.w3.org/2001/XMLSchema#integer"
    },
    "offset": {
      "@type": "http://www.w3.org/2001/XMLSchema#integer"
    }
  }
}