# guide.climbers.dev.board

> Published by [gunnar.foo](https://lexicon.garden/identity/did:plc:f5gvem3uvafi2ord4txpyvjj)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:f5gvem3uvafi2ord4txpyvjj/guide.climbers.dev.board)
- [Documentation](https://lexicon.garden/lexicon/did:plc:f5gvem3uvafi2ord4txpyvjj/guide.climbers.dev.board/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:f5gvem3uvafi2ord4txpyvjj/guide.climbers.dev.board/examples)

## Definitions

### `guide.climbers.dev.board`

**Type**: `record`

A concrete size variant of a board family

**Key**: `tid`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `maxX` | `integer` | Yes |  |
| `maxY` | `integer` | Yes |  |
| `minX` | `integer` | Yes |  |
| `minY` | `integer` | Yes |  |
| `name` | `string` | Yes |  |
| `image` | `blob` | No |  |
| `family` | `ref` → `com.atproto.repo.strongRef` | Yes |  |
| `containedBy` | `ref` → `com.atproto.repo.strongRef` | No |  |

## Raw Schema

```json
{
  "id": "guide.climbers.dev.board",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "family",
          "name",
          "minX",
          "maxX",
          "minY",
          "maxY"
        ],
        "properties": {
          "maxX": {
            "type": "integer"
          },
          "maxY": {
            "type": "integer"
          },
          "minX": {
            "type": "integer"
          },
          "minY": {
            "type": "integer"
          },
          "name": {
            "type": "string"
          },
          "image": {
            "type": "blob",
            "accept": [
              "image/*"
            ]
          },
          "family": {
            "ref": "com.atproto.repo.strongRef",
            "type": "ref"
          },
          "containedBy": {
            "ref": "com.atproto.repo.strongRef",
            "type": "ref"
          }
        }
      },
      "description": "A concrete size variant of a board family"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
