14 lines
340 B
JSON
14 lines
340 B
JSON
{
|
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
"$id": "schema:GameServerStatus",
|
|
"title": "GameServerStatus",
|
|
"description": "Status of a game server.",
|
|
"type": "object",
|
|
"allOf": [
|
|
{
|
|
"description": "Lists or enumerations dealing with status types.",
|
|
"$ref": "schema:StatusEnumeration"
|
|
}
|
|
]
|
|
}
|