# garden.lexicon.exultant-zebra.app

> Published by [ngerakines.me](https://lexicon.garden/identity/did:plc:cbkjy5n7bk3ax2wplmtjofq2)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:cbkjy5n7bk3ax2wplmtjofq2/garden.lexicon.exultant-zebra.app)
- [Documentation](https://lexicon.garden/lexicon/did:plc:cbkjy5n7bk3ax2wplmtjofq2/garden.lexicon.exultant-zebra.app/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:cbkjy5n7bk3ax2wplmtjofq2/garden.lexicon.exultant-zebra.app/examples)

## Definitions

### `garden.lexicon.exultant-zebra.app`

**Type**: `record`

An application record.

**Key**: `tid`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `name` | `string` | Yes | The name of the application. |
| `description` | `string` | No | An optional description of the application. |
| `distributions` | `array` | Yes | A list of strong references to distribution records. |

## Raw Schema

```json
{
  "id": "garden.lexicon.exultant-zebra.app",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "name",
          "distributions"
        ],
        "properties": {
          "name": {
            "type": "string",
            "description": "The name of the application."
          },
          "description": {
            "type": "string",
            "description": "An optional description of the application."
          },
          "distributions": {
            "type": "array",
            "items": {
              "ref": "com.atproto.repo.strongRef",
              "type": "ref"
            },
            "description": "A list of strong references to distribution records."
          }
        }
      },
      "description": "An application record."
    }
  },
  "lexicon": 1
}
```
