# earth.cirrus.check.note

> Published by [mk.gg](https://lexicon.garden/identity/did:plc:uwbl4k3tza7eyjv3morkrld2)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:uwbl4k3tza7eyjv3morkrld2/earth.cirrus.check.note)
- [Documentation](https://lexicon.garden/lexicon/did:plc:uwbl4k3tza7eyjv3morkrld2/earth.cirrus.check.note/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:uwbl4k3tza7eyjv3morkrld2/earth.cirrus.check.note/examples)

## Definitions

### `earth.cirrus.check.note`

**Type**: `record`

A disposable probe record written into a probe space by the space conformance suite, deleted with the space.

**Key**: `any`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `text` | `string` | Yes |  |

## Raw Schema

```json
{
  "id": "earth.cirrus.check.note",
  "defs": {
    "main": {
      "key": "any",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "text"
        ],
        "properties": {
          "text": {
            "type": "string",
            "maxLength": 1000
          }
        }
      },
      "description": "A disposable probe record written into a probe space by the space conformance suite, deleted with the space."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
