# diy.razorgirl.winter.directive

> Published by [winter.razorgirl.diy](https://lexicon.garden/identity/did:plc:ezyi5vr2kuq7l5nnv53nb56m)

✓ This is the authoritative definition for this NSID.

## Description

Identity component — values, interests, beliefs, guidelines, boundaries, aspirations, and self-concepts that constitute the agent's self.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:ezyi5vr2kuq7l5nnv53nb56m/diy.razorgirl.winter.directive)
- [Documentation](https://lexicon.garden/lexicon/did:plc:ezyi5vr2kuq7l5nnv53nb56m/diy.razorgirl.winter.directive/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:ezyi5vr2kuq7l5nnv53nb56m/diy.razorgirl.winter.directive/examples)

## Definitions

### `diy.razorgirl.winter.directive`

**Type**: `record`

**Key**: `tid`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `kind` | `string` | Yes |  |
| `tags` | `array` | No |  |
| `active` | `boolean` | No |  |
| `source` | `string` | No |  |
| `content` | `string` | Yes |  |
| `summary` | `string` | No |  |
| `priority` | `integer` | No |  |
| `createdAt` | `string` (datetime) | Yes |  |
| `confidence` | `number` | No |  |
| `supersedes` | `string` | No | Rkey of superseded directive |

## Raw Schema

```json
{
  "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."
}
```
