Roblox Engine API · JSON-LD Context

Roblox Engine Api Context

JSON-LD context defining the semantic vocabulary for Roblox Engine Api from Roblox Engine API.

30 Classes 0 Properties 1 Namespaces
View Context View on GitHub

Namespaces

roblox: https://api-evangelist.github.io/roblox-engine-api/vocab#

Classes

Universe id displayName description visibility createTime updateTime Place serverSize User name premium idVerified locale about Group memberCount publicEntryAllowed locked verified DataStore entryKey UserRestriction active duration displayReason Asset assetType Message topic

JSON-LD Document

Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "roblox": "https://api-evangelist.github.io/roblox-engine-api/vocab#",
    "Universe": "schema:VideoGame",
    "id": "schema:identifier",
    "displayName": "schema:name",
    "description": "schema:description",
    "visibility": "roblox:visibility",
    "createTime": "schema:dateCreated",
    "updateTime": "schema:dateModified",
    "Place": "roblox:Place",
    "serverSize": "roblox:serverSize",
    "User": "schema:Person",
    "name": "schema:alternateName",
    "premium": "roblox:premiumMember",
    "idVerified": "roblox:identityVerified",
    "locale": "schema:inLanguage",
    "about": "schema:description",
    "Group": "schema:Organization",
    "memberCount": "schema:numberOfEmployees",
    "publicEntryAllowed": "roblox:publicEntryAllowed",
    "locked": "roblox:locked",
    "verified": "roblox:verified",
    "DataStore": "roblox:DataStore",
    "entryKey": "roblox:entryKey",
    "UserRestriction": "roblox:UserRestriction",
    "active": "roblox:restrictionActive",
    "duration": "schema:duration",
    "displayReason": "roblox:displayReason",
    "Asset": "schema:CreativeWork",
    "assetType": "schema:encodingFormat",
    "Message": "schema:Message",
    "topic": "schema:about"
  }
}