Grapes Finance · JSON-LD Context

Grapes Finance Context

JSON-LD context defining the semantic vocabulary for Grapes Finance from Grapes Finance.

10 Classes 4 Properties 2 Namespaces
View Context View on GitHub

Namespaces

grapes: https://raw.githubusercontent.com/api-evangelist/grapes-finance/refs/heads/main/json-ld/grapes-finance-context.jsonld#
xsd: http://www.w3.org/2001/XMLSchema#

Classes

Order Wallet User Organization id type sourceAsset destinationAsset status address

Properties

Property Type Container
amount decimal
chain @vocab
createdAt dateTime
settledAt dateTime

JSON-LD Document

Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "grapes": "https://raw.githubusercontent.com/api-evangelist/grapes-finance/refs/heads/main/json-ld/grapes-finance-context.jsonld#",
    "Order": "grapes:Order",
    "Wallet": "grapes:Wallet",
    "User": "grapes:User",
    "Organization": "schema:Organization",
    "id": "@id",
    "type": "grapes:orderType",
    "sourceAsset": "grapes:sourceAsset",
    "destinationAsset": "grapes:destinationAsset",
    "amount": {
      "@id": "grapes:amount",
      "@type": "xsd:decimal"
    },
    "status": "grapes:status",
    "chain": {
      "@id": "grapes:chain",
      "@type": "@vocab"
    },
    "address": "grapes:walletAddress",
    "createdAt": {
      "@id": "schema:dateCreated",
      "@type": "xsd:dateTime"
    },
    "settledAt": {
      "@id": "grapes:settledAt",
      "@type": "xsd:dateTime"
    },
    "xsd": "http://www.w3.org/2001/XMLSchema#"
  }
}