diy.razorgirl.winter.directive

lexicon.store View official

{
  "id": "diy.razorgirl.winter.directive",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "kind",
          "content",
          "createdAt"
        ],
        "properties": {
          "kind": {
            "type": "string",
            "knownValues": [
              "value",
              "interest",
              "belief",
              "guideline",
              "self_concept",
              "boundary",
              "aspiration"
            ]
          },
          "tags": {
            "type": "array",
            "items": {
              "type": "string"
            },
            "maxLength": 20
          },
          "active": {
            "type": "boolean",
            "default": true
          },
          "source": {
            "type": "string"
          },
          "content": {
            "type": "string",
            "maxLength": 2000
          },
          "summary": {
            "type": "string",
            "maxLength": 256
          },
          "priority": {
            "type": "integer",
            "default": 0
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "confidence": {
            "type": "number"
          },
          "supersedes": {
            "type": "string",
            "description": "Rkey of superseded directive"
          }
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "description": "Identity component — values, interests, beliefs, guidelines, boundaries, aspirations, and self-concepts that constitute the agent's self."
}

Validate Record

Validate a record against diy.razorgirl.winter.directive

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:web:lexicon.store
CID
bafyreig7ssumzrmfeokcrgvvlsmw55dpwhuc3z6mnvgickwnpz2o3mggvi
Indexed At
2026-03-20 15:55 UTC
AT-URI
at://did:web:lexicon.store/com.atproto.lexicon.schema/diy.razorgirl.winter.directive

Lexicon Garden

@