space.ziran.info

lexicons.pds.ziran.space

Documentation

Workspace metadata, written by the space authority (rkey self). Holds what simplespace itself has no field for.

main record

Workspace metadata, written by the space authority (rkey self). Holds what simplespace itself has no field for.

Record Key literal:self Fixed literal value

Properties

createdAt string datetime Required

An RFC 3339 formatted timestamp.

name string Required

Human-readable workspace name.

maxLength: 2000 bytesmaxGraphemes: 200 graphemes
View raw schema
{
  "key": "literal:self",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "name",
      "createdAt"
    ],
    "properties": {
      "name": {
        "type": "string",
        "maxLength": 2000,
        "description": "Human-readable workspace name.",
        "maxGraphemes": 200
      },
      "createdAt": {
        "type": "string",
        "format": "datetime"
      }
    }
  },
  "description": "Workspace metadata, written by the space authority (rkey self). Holds what simplespace itself has no field for."
}

Lexicon Garden

@