systems.witchcraft.concept

kira.pds.witchcraft.systems

{
  "id": "systems.witchcraft.concept",
  "defs": {
    "main": {
      "key": "any",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "name",
          "text",
          "createdAt"
        ],
        "properties": {
          "name": {
            "type": "string",
            "maxLength": 500,
            "description": "Human-readable concept name."
          },
          "text": {
            "type": "string",
            "maxLength": 10000,
            "description": "Explanation or understanding of the concept."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "When this concept was last updated."
          }
        }
      },
      "description": "A concept the agent has developed understanding of. Keyed by concept name slug."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against systems.witchcraft.concept

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:2tqqxubv2lu4ahj35ysjer2r
CID
bafyreifeudvrpz6hghghiwhfjhgx7hdwgolpslmobw77ixweey2cvh2uhe
Indexed At
2026-03-19 00:16 UTC
AT-URI
at://did:plc:2tqqxubv2lu4ahj35ysjer2r/com.atproto.lexicon.schema/systems.witchcraft.concept

Lexicon Garden

@