{
"id": "guide.climbers.dev.boardFamily",
"defs": {
"main": {
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"name",
"placements"
],
"properties": {
"name": {
"type": "string"
},
"brand": {
"type": "string"
},
"image": {
"type": "blob",
"accept": [
"image/*"
]
},
"placements": {
"type": "array",
"items": {
"ref": "#placement",
"type": "ref"
}
}
}
},
"description": "A climbing board family defining the full placement grid shared across all size variants"
},
"placement": {
"type": "object",
"required": [
"id",
"x",
"y"
],
"properties": {
"x": {
"type": "integer"
},
"y": {
"type": "integer"
},
"id": {
"type": "integer"
}
}
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:plc:f5gvem3uvafi2ord4txpyvjj
- CID
-
bafyreifoscv5lhsbafkvjjq5qwbztzftmq4gebesy6sorjimpavjrwplfy
- Indexed At
- 2026-05-22 07:41 UTC
- AT-URI
-
at://did:plc:f5gvem3uvafi2ord4txpyvjj/com.atproto.lexicon.schema/guide.climbers.dev.boardFamily