ApyHub · JSON-LD Context

Apyhub Context

JSON-LD context defining the semantic vocabulary for Apyhub from ApyHub.

12 Classes 0 Properties 2 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
apyhub: https://apyhub.com/vocab#

Classes

requestId type inputUrl outputFormat status outputUrl createdAt amount source target convertedAmount rate

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "apyhub": "https://apyhub.com/vocab#",
    "requestId": "schema:identifier",
    "type": "schema:category",
    "inputUrl": "schema:url",
    "outputFormat": "schema:encodingFormat",
    "status": "apyhub:status",
    "outputUrl": "schema:url",
    "createdAt": "schema:dateCreated",
    "amount": "schema:price",
    "source": "schema:currency",
    "target": "schema:currency",
    "convertedAmount": "apyhub:convertedAmount",
    "rate": "apyhub:exchangeRate"
  }
}