Stitch · JSON-LD Context

Stitch Context

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

20 Classes 0 Properties 2 Namespaces
View Context View on GitHub

Namespaces

stitch: https://api.stitch.money/vocab#
fibo: https://spec.edmcouncil.org/fibo/ontology/

Classes

PaymentInitiationRequest BankAccount Transaction Disbursement MoneyAmount payerReference beneficiaryReference beneficiaryAccountNumber beneficiaryBankId bankId accountNumber availableBalance currentBalance quantity currency status url name id created

JSON-LD Document

Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "stitch": "https://api.stitch.money/vocab#",
    "fibo": "https://spec.edmcouncil.org/fibo/ontology/",

    "PaymentInitiationRequest": "stitch:PaymentInitiationRequest",
    "BankAccount": "BankAccount",
    "Transaction": "stitch:Transaction",
    "Disbursement": "stitch:Disbursement",
    "MoneyAmount": "MonetaryAmount",

    "payerReference": "stitch:payerReference",
    "beneficiaryReference": "stitch:beneficiaryReference",
    "beneficiaryAccountNumber": "stitch:beneficiaryAccountNumber",
    "beneficiaryBankId": "stitch:beneficiaryBankId",
    "bankId": "stitch:bankId",
    "accountNumber": "stitch:accountNumber",
    "availableBalance": "stitch:availableBalance",
    "currentBalance": "stitch:currentBalance",
    "quantity": "value",
    "currency": "currency",

    "status": "stitch:status",
    "url": "url",
    "name": "name",
    "id": "@id",
    "created": "dateCreated"
  }
}