farm.lore.canon

lore.farm

Documentation

Promotes a Bluesky post to canon status within a world. Only curators may create canon records.

main record
1 example

Promotes a Bluesky post to canon status within a world. Only curators may create canon records.

Record Key tid Timestamp-based ID

Properties

createdAt string datetime Required

Timestamp of the canon promotion.

world string Required

The world domain this canon applies to.

maxLength: 253 bytes
View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "subject",
      "world",
      "createdAt"
    ],
    "properties": {
      "world": {
        "type": "string",
        "maxLength": 253,
        "description": "The world domain this canon applies to."
      },
      "subject": {
        "ref": "com.atproto.repo.strongRef",
        "type": "ref",
        "description": "Reference to the Bluesky post being promoted to canon."
      },
      "createdAt": {
        "type": "string",
        "format": "datetime",
        "description": "Timestamp of the canon promotion."
      }
    }
  },
  "description": "Promotes a Bluesky post to canon status within a world. Only curators may create canon records."
}

Lexicon Garden

@