Mojang · JSON-LD Context

Mojang Session Server Context

JSON-LD context defining the semantic vocabulary for Mojang Session Server from Mojang.

4 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

JoinRequest SessionProfile SessionProperty name

Properties

Property Type Container
accessToken string
id string
profileActions string set
properties reference set
selectedProfile string
serverId string
signature string
value string

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#",
    "JoinRequest": "mojang:JoinRequest",
    "SessionProfile": "mojang:SessionProfile",
    "SessionProperty": "mojang:SessionProperty",
    "accessToken": {
      "@id": "mojang:accessToken",
      "@type": "xsd:string"
    },
    "id": {
      "@id": "mojang:id",
      "@type": "xsd:string"
    },
    "name": "schema:name",
    "profileActions": {
      "@id": "mojang:profileActions",
      "@container": "@set",
      "@type": "xsd:string"
    },
    "properties": {
      "@id": "mojang:properties",
      "@container": "@set",
      "@type": "@id"
    },
    "selectedProfile": {
      "@id": "mojang:selectedProfile",
      "@type": "xsd:string"
    },
    "serverId": {
      "@id": "mojang:serverId",
      "@type": "xsd:string"
    },
    "signature": {
      "@id": "mojang:signature",
      "@type": "xsd:string"
    },
    "value": {
      "@id": "mojang:value",
      "@type": "xsd:string"
    }
  }
}