MX Technologies · JSON-LD Context

Mx Technologies Context

JSON-LD context defining the semantic vocabulary for Mx Technologies from MX Technologies.

9 Classes 20 Properties 3 Namespaces
View Context View on GitHub

Namespaces

mx: https://api.mx.com/vocab/
schema: https://schema.org/
xsd: http://www.w3.org/2001/XMLSchema#

Classes

Account Transaction Member User Institution Budget Category Goal Statement

Properties

Property Type Container
guid string
name
account_number string
account_type string
available_balance decimal
balance decimal
currency_code string
user_guid string
member_guid string
amount decimal
category string
description
date date
status string
institution_code string
aggregated_at dateTime
created_at dateTime
updated_at dateTime
email
url

JSON-LD Document

Raw ↑
{
  "@context": {
    "@vocab": "https://api.mx.com/vocab/",
    "mx": "https://api.mx.com/vocab/",
    "schema": "https://schema.org/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "Account": "mx:Account",
    "Transaction": "mx:Transaction",
    "Member": "mx:Member",
    "User": "mx:User",
    "Institution": "mx:Institution",
    "Budget": "mx:Budget",
    "Category": "mx:Category",
    "Goal": "mx:Goal",
    "Statement": "mx:Statement",
    "guid": {
      "@id": "mx:guid",
      "@type": "xsd:string"
    },
    "name": {
      "@id": "schema:name"
    },
    "account_number": {
      "@id": "mx:account_number",
      "@type": "xsd:string"
    },
    "account_type": {
      "@id": "mx:account_type",
      "@type": "xsd:string"
    },
    "available_balance": {
      "@id": "mx:available_balance",
      "@type": "xsd:decimal"
    },
    "balance": {
      "@id": "mx:balance",
      "@type": "xsd:decimal"
    },
    "currency_code": {
      "@id": "mx:currency_code",
      "@type": "xsd:string"
    },
    "user_guid": {
      "@id": "mx:user_guid",
      "@type": "xsd:string"
    },
    "member_guid": {
      "@id": "mx:member_guid",
      "@type": "xsd:string"
    },
    "amount": {
      "@id": "mx:amount",
      "@type": "xsd:decimal"
    },
    "category": {
      "@id": "mx:category",
      "@type": "xsd:string"
    },
    "description": {
      "@id": "schema:description"
    },
    "date": {
      "@id": "mx:date",
      "@type": "xsd:date"
    },
    "status": {
      "@id": "mx:status",
      "@type": "xsd:string"
    },
    "institution_code": {
      "@id": "mx:institution_code",
      "@type": "xsd:string"
    },
    "aggregated_at": {
      "@id": "mx:aggregated_at",
      "@type": "xsd:dateTime"
    },
    "created_at": {
      "@id": "schema:dateCreated",
      "@type": "xsd:dateTime"
    },
    "updated_at": {
      "@id": "schema:dateModified",
      "@type": "xsd:dateTime"
    },
    "email": {
      "@id": "schema:email"
    },
    "url": {
      "@id": "schema:url"
    }
  }
}