guide.climbers.dev.board

gunnar.foo

{
  "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
}

Validate Record

Validate a record against guide.climbers.dev.board

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:f5gvem3uvafi2ord4txpyvjj
CID
bafyreibcs6ikku3kiaxes6hiwfpsksewkacypyxntj4rsqimd2f3bf6kpi
Indexed At
2026-05-22 07:41 UTC
AT-URI
at://did:plc:f5gvem3uvafi2ord4txpyvjj/com.atproto.lexicon.schema/guide.climbers.dev.board

Lexicon Garden

@