Kontomatik · JSON-LD Context

Kontomatik Context

JSON-LD context defining the semantic vocabulary for Kontomatik from Kontomatik.

33 Classes 0 Properties 2 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
kontomatik: https://raw.githubusercontent.com/api-evangelist/kontomatik/main/json-ld/kontomatik-context.jsonld#

Classes

Owner Account Transaction Statement Confirmation Score Profile Report Consent externalId name email nationalId address country amount currency date description counterpartyName counterpartyAccount label vendor bank balance availableBalance accessMode score scoreVersion repaymentProbability segments consentToken expiresAt

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "kontomatik": "https://raw.githubusercontent.com/api-evangelist/kontomatik/main/json-ld/kontomatik-context.jsonld#",
    "Owner": "kontomatik:Owner",
    "Account": "kontomatik:Account",
    "Transaction": "kontomatik:Transaction",
    "Statement": "kontomatik:Statement",
    "Confirmation": "kontomatik:Confirmation",
    "Score": "kontomatik:Score",
    "Profile": "kontomatik:Profile",
    "Report": "kontomatik:Report",
    "Consent": "kontomatik:Consent",
    "externalId": "schema:identifier",
    "name": "schema:name",
    "email": "schema:email",
    "nationalId": "kontomatik:nationalId",
    "address": "schema:address",
    "country": "schema:addressCountry",
    "amount": "schema:amount",
    "currency": "schema:currency",
    "date": "schema:dateCreated",
    "description": "schema:description",
    "counterpartyName": "kontomatik:counterpartyName",
    "counterpartyAccount": "kontomatik:counterpartyAccount",
    "label": "schema:category",
    "vendor": "schema:provider",
    "bank": "schema:bankAccount",
    "balance": "kontomatik:balance",
    "availableBalance": "kontomatik:availableBalance",
    "accessMode": "kontomatik:accessMode",
    "score": "kontomatik:score",
    "scoreVersion": "kontomatik:scoreVersion",
    "repaymentProbability": "kontomatik:repaymentProbability",
    "segments": "kontomatik:segments",
    "consentToken": "kontomatik:consentToken",
    "expiresAt": "schema:expires"
  }
}