# org.custorium.testRecord

> Published by [willem.dobs.nl](https://lexicon.garden/identity/did:plc:q3enoeuha5b2zx4p4atxtb7x)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:q3enoeuha5b2zx4p4atxtb7x/org.custorium.testRecord)
- [Documentation](https://lexicon.garden/lexicon/did:plc:q3enoeuha5b2zx4p4atxtb7x/org.custorium.testRecord/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:q3enoeuha5b2zx4p4atxtb7x/org.custorium.testRecord/examples)

## Definitions

### `org.custorium.testRecord`

**Type**: `record`

A test record type for geometries

**Key**: `tid`

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

## Raw Schema

```json
{
  "id": "org.custorium.testRecord",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "geometry",
          "text"
        ],
        "properties": {
          "text": {
            "type": "string",
            "maxLength": 1024
          },
          "geometry": {
            "refs": [
              "org.custorium.temp.jsonfg.geometry#point",
              "org.custorium.temp.jsonfg.geometry#polygon",
              "org.custorium.temp.jsonfg.geometry#lineString",
              "org.custorium.temp.jsonfg.geometry#multiPoint",
              "org.custorium.temp.jsonfg.geometry#multiPolygon",
              "org.custorium.temp.jsonfg.geometry#multiLineString"
            ],
            "type": "union"
          }
        }
      },
      "description": "A test record type for geometries"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
