Mojang · JSON-LD Context

Mojang Public Api Context

JSON-LD context defining the semantic vocabulary for Mojang Public Api from Mojang.

5 Classes 8 Properties 4 Namespaces
View Context View on GitHub

Namespaces

mojang: https://api.mojang.com/schema/
schema: https://schema.org/
dcterms: http://purl.org/dc/terms/
xsd: http://www.w3.org/2001/XMLSchema#

Classes

NameChange Profile SaleStatistics SaleStatisticsRequest name

Properties

Property Type Container
changedToAt integer
demo boolean
id string
last24h integer
legacy boolean
metricKeys string set
saleVelocityPerSeconds float
total integer

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "mojang": "https://api.mojang.com/schema/",
    "schema": "https://schema.org/",
    "dcterms": "http://purl.org/dc/terms/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "NameChange": "mojang:NameChange",
    "Profile": "mojang:Profile",
    "SaleStatistics": "mojang:SaleStatistics",
    "SaleStatisticsRequest": "mojang:SaleStatisticsRequest",
    "changedToAt": {
      "@id": "mojang:changedToAt",
      "@type": "xsd:integer"
    },
    "demo": {
      "@id": "mojang:demo",
      "@type": "xsd:boolean"
    },
    "id": {
      "@id": "mojang:id",
      "@type": "xsd:string"
    },
    "last24h": {
      "@id": "mojang:last24h",
      "@type": "xsd:integer"
    },
    "legacy": {
      "@id": "mojang:legacy",
      "@type": "xsd:boolean"
    },
    "metricKeys": {
      "@id": "mojang:metricKeys",
      "@container": "@set",
      "@type": "xsd:string"
    },
    "name": "schema:name",
    "saleVelocityPerSeconds": {
      "@id": "mojang:saleVelocityPerSeconds",
      "@type": "xsd:float"
    },
    "total": {
      "@id": "mojang:total",
      "@type": "xsd:integer"
    }
  }
}