# net.mfzx.feed.context

> Published by [mfzx.net](https://lexicon.garden/identity/did:plc:erqwpimsmwnzohwoiojsy22z)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:erqwpimsmwnzohwoiojsy22z/net.mfzx.feed.context)
- [Documentation](https://lexicon.garden/lexicon/did:plc:erqwpimsmwnzohwoiojsy22z/net.mfzx.feed.context/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:erqwpimsmwnzohwoiojsy22z/net.mfzx.feed.context/examples)

## Definitions

### `net.mfzx.feed.context`

**Type**: `record`

**Key**: `tid`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `state` | `string` (nsid) | No |  |
| `reason` | `string` (uri) | No |  |
| `subject` | `ref` → `com.atproto.repo.strongRef` | No |  |

## Raw Schema

```json
{
  "id": "net.mfzx.feed.context",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "properties": {
          "state": {
            "type": "string",
            "format": "nsid",
            "knownValues": [
              "net.mfzx.status.embarrassed",
              "net.mfzx.status.flustered",
              "net.mfzx.status.melancholic",
              "net.mfzx.status.overjoyed",
              "net.mfzx.status.passive",
              "net.mfzx.status.sleepy"
            ]
          },
          "reason": {
            "type": "string",
            "format": "uri"
          },
          "subject": {
            "ref": "com.atproto.repo.strongRef",
            "type": "ref"
          }
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
