guide.climbers.dev.board

gunnar.foo

Documentation

A concrete size variant of a board family

main record

A concrete size variant of a board family

Record Key tid Timestamp-based ID

Properties

image blob Optional

No description available.

maxX integer Required

No description available.

maxY integer Required

No description available.

minX integer Required

No description available.

minY integer Required

No description available.

name string Required

No description available.

View raw schema
{
  "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"
}

Lexicon Garden

@