# app.userinput.hide

> Published by [userinput.app](https://lexicon.garden/identity/did:plc:uyixj57k6nmxrdj7pjs2ss5s)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:uyixj57k6nmxrdj7pjs2ss5s/app.userinput.hide)
- [Documentation](https://lexicon.garden/lexicon/did:plc:uyixj57k6nmxrdj7pjs2ss5s/app.userinput.hide/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:uyixj57k6nmxrdj7pjs2ss5s/app.userinput.hide/examples)

## Definitions

### `app.userinput.hide`

**Type**: `record`

Hides a discussion or reply within a space. Only honored when authored by the space owner or a moderator. Lives in the moderator's repo.

**Key**: `tid`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `space` | `ref` → `com.atproto.repo.strongRef` | Yes | The space this moderation applies to. Indexed by constellation at space.uri. |
| `subject` | `ref` → `com.atproto.repo.strongRef` | Yes | The discussion or reply being hidden. |
| `createdAt` | `string` (datetime) | Yes |  |

## Raw Schema

```json
{
  "id": "app.userinput.hide",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "space",
          "subject",
          "createdAt"
        ],
        "properties": {
          "space": {
            "ref": "com.atproto.repo.strongRef",
            "type": "ref",
            "description": "The space this moderation applies to. Indexed by constellation at space.uri."
          },
          "subject": {
            "ref": "com.atproto.repo.strongRef",
            "type": "ref",
            "description": "The discussion or reply being hidden."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          }
        }
      },
      "description": "Hides a discussion or reply within a space. Only honored when authored by the space owner or a moderator. Lives in the moderator's repo."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
