Avaloq · JSON-LD Context

Avaloq Banking Context

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

0 Classes 17 Properties 2 Namespaces
View Context View on GitHub

Namespaces

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

Properties

Property Type Container
total http://www.w3.org/2001/XMLSchema#integer
offset http://www.w3.org/2001/XMLSchema#integer
id
amount
currency
valueDate http://www.w3.org/2001/XMLSchema#date
bookingDate http://www.w3.org/2001/XMLSchema#date
description
type
status
email
phone
dateOfBirth http://www.w3.org/2001/XMLSchema#date
clientSince http://www.w3.org/2001/XMLSchema#date
balance http://www.w3.org/2001/XMLSchema#decimal
availableBalance http://www.w3.org/2001/XMLSchema#decimal
openedDate http://www.w3.org/2001/XMLSchema#date

JSON-LD Document

Raw ↑
{
  "@context": {
    "@vocab": "https://api.avaloq.com/banking#",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "schema": "http://schema.org/",
    "total": {
      "@type": "http://www.w3.org/2001/XMLSchema#integer"
    },
    "offset": {
      "@type": "http://www.w3.org/2001/XMLSchema#integer"
    },
    "id": {
      "@id": "http://schema.org/identifier"
    },
    "amount": {
      "@id": "http://schema.org/price"
    },
    "currency": {
      "@id": "http://schema.org/priceCurrency"
    },
    "valueDate": {
      "@type": "http://www.w3.org/2001/XMLSchema#date"
    },
    "bookingDate": {
      "@type": "http://www.w3.org/2001/XMLSchema#date"
    },
    "description": {
      "@id": "http://schema.org/description"
    },
    "type": {
      "@id": "http://schema.org/additionalType"
    },
    "status": {
      "@id": "http://schema.org/status"
    },
    "email": {
      "@id": "http://schema.org/email"
    },
    "phone": {
      "@id": "http://schema.org/telephone"
    },
    "dateOfBirth": {
      "@type": "http://www.w3.org/2001/XMLSchema#date"
    },
    "clientSince": {
      "@type": "http://www.w3.org/2001/XMLSchema#date"
    },
    "balance": {
      "@type": "http://www.w3.org/2001/XMLSchema#decimal"
    },
    "availableBalance": {
      "@type": "http://www.w3.org/2001/XMLSchema#decimal"
    },
    "openedDate": {
      "@type": "http://www.w3.org/2001/XMLSchema#date"
    }
  }
}