EXPERIMENTAL (unstable): A world manifest published by the world's operator. The record key is the world slug.
Record Key
any
Any valid record key
Properties
createdAt
string
datetime
Required
An RFC 3339 formatted timestamp.
name
string
Required
No description available.
maxLength: 1280 bytesmaxGraphemes: 128 graphemesslug
string
Required
No description available.
maxLength: 128 bytessshHost
string
Optional
SSH entry host (e.g. atmud.net:2222).
maxLength: 256 bytessummary
string
Optional
No description available.
maxLength: 5120 bytesmaxGraphemes: 512 graphemesurl
string
uri
Optional
Web entry point for the world.
View raw schema
{
"key": "any",
"type": "record",
"record": {
"type": "object",
"required": [
"name",
"slug",
"createdAt"
],
"properties": {
"url": {
"type": "string",
"format": "uri",
"description": "Web entry point for the world."
},
"name": {
"type": "string",
"maxLength": 1280,
"maxGraphemes": 128
},
"slug": {
"type": "string",
"maxLength": 128
},
"sshHost": {
"type": "string",
"maxLength": 256,
"description": "SSH entry host (e.g. atmud.net:2222)."
},
"summary": {
"type": "string",
"maxLength": 5120,
"maxGraphemes": 512
},
"createdAt": {
"type": "string",
"format": "datetime"
}
}
},
"description": "EXPERIMENTAL (unstable): A world manifest published by the world's operator. The record key is the world slug."
}