space.ziran.doc

lexicons.pds.ziran.space

{
  "id": "space.ziran.doc",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "name",
          "model",
          "createdAt"
        ],
        "properties": {
          "name": {
            "type": "string",
            "maxLength": 2000,
            "description": "Human-readable document name.",
            "maxGraphemes": 200
          },
          "model": {
            "type": "string",
            "format": "nsid",
            "description": "Identifier of the tile model this document instantiates."
          },
          "roles": {
            "type": "unknown",
            "description": "Per-document role assignments in the tile's own vocabulary: a map from DID (or the key 'default') to a role name."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          }
        }
      },
      "description": "A live document in a workspace, written by the document's creator: the partial manifest linking a Ziran tile to its online identity. Document discovery in a space is the union of these records across member repos. The record's author is the sole authority for the document's role assignments; roles are enforced by tiles, not by the protocol."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against space.ziran.doc

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:axdexdy7p7yvuunn2mvuvy32
CID
bafyreic5muh55hyjnbid6gmyaivsv7bukyvyvnq2zudbl55ovrr7r625w4
Indexed At
2026-08-25 15:40 UTC
AT-URI
at://did:plc:axdexdy7p7yvuunn2mvuvy32/com.atproto.lexicon.schema/space.ziran.doc

Lexicon Garden

@