Dexterity Context
JSON-LD context defining the semantic vocabulary for Dexterity from Dexterity.
36 Classes
2 Properties
2 Namespaces
Namespaces
schema:
https://schema.org/
dex:
https://dexterity.ai/ns/
Classes
Game
Box
PlacedBox
TruckConfig
LeaderboardEntry
Player
game_id
api_key
display_name
mode
status
density
boxes_placed
boxes_remaining
total_boxes
termination_reason
decision_latency_ms
truck
depth
width
height
current_box
placed_boxes
dimensions
position
orientation_wxyz
weight
rank
avg_density
best_density
iqm_density
games_evaluated
latency_stats
median_ms
p95_ms
max_ms
Properties
| Property |
Type |
Container |
| created_at |
schema:DateTime |
|
| completed_at |
schema:DateTime |
|
JSON-LD Document
{
"@context": {
"@version": 1.1,
"schema": "https://schema.org/",
"dex": "https://dexterity.ai/ns/",
"Game": "dex:Game",
"Box": "dex:Box",
"PlacedBox": "dex:PlacedBox",
"TruckConfig": "dex:TruckConfig",
"LeaderboardEntry": "dex:LeaderboardEntry",
"Player": "schema:Person",
"game_id": "dex:gameId",
"api_key": "dex:apiKey",
"display_name": "schema:name",
"mode": "dex:mode",
"status": "dex:status",
"density": "dex:density",
"boxes_placed": "dex:boxesPlaced",
"boxes_remaining": "dex:boxesRemaining",
"total_boxes": "dex:totalBoxes",
"termination_reason": "dex:terminationReason",
"decision_latency_ms": "dex:decisionLatencyMs",
"created_at": {"@id": "schema:dateCreated", "@type": "schema:DateTime"},
"completed_at": {"@id": "schema:dateCompleted", "@type": "schema:DateTime"},
"truck": "dex:truck",
"depth": "dex:depth",
"width": "dex:width",
"height": "dex:height",
"current_box": "dex:currentBox",
"placed_boxes": "dex:placedBoxes",
"dimensions": "dex:dimensions",
"position": "dex:position",
"orientation_wxyz": "dex:orientationWxyz",
"weight": "schema:weight",
"rank": "dex:rank",
"avg_density": "dex:avgDensity",
"best_density": "dex:bestDensity",
"iqm_density": "dex:iqmDensity",
"games_evaluated": "dex:gamesEvaluated",
"latency_stats": "dex:latencyStats",
"median_ms": "dex:medianMs",
"p95_ms": "dex:p95Ms",
"max_ms": "dex:maxMs"
}
}