# is.nandi.amazing

> Published by [nandi.uk](https://lexicon.garden/identity/did:plc:ngokl2gnmpbvuvrfckja3g7p)

✓ This is the authoritative definition for this NSID.

## Description

A declaration that nandi is amazing. The only valid answer is true.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:ngokl2gnmpbvuvrfckja3g7p/is.nandi.amazing)
- [Documentation](https://lexicon.garden/lexicon/did:plc:ngokl2gnmpbvuvrfckja3g7p/is.nandi.amazing/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:ngokl2gnmpbvuvrfckja3g7p/is.nandi.amazing/examples)

## Definitions

### `is.nandi.amazing`

**Type**: `record`

Record declaring that nandi is amazing.

**Key**: `literal`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `value` | `boolean` | Yes | Whether nandi is amazing. Must be true. |
| `createdAt` | `string` (datetime) | No | When the declaration was made. |

## Raw Schema

```json
{
  "id": "is.nandi.amazing",
  "defs": {
    "main": {
      "key": "literal",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "value"
        ],
        "properties": {
          "value": {
            "type": "boolean",
            "const": true,
            "description": "Whether nandi is amazing. Must be true."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "When the declaration was made."
          }
        }
      },
      "description": "Record declaring that nandi is amazing."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "revision": 1,
  "description": "A declaration that nandi is amazing. The only valid answer is true."
}
```
