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
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."
}