guide.climbers.dev.gym

gunnar.foo

Documentation

A climbing gym

main record

A climbing gym

Record Key tid Timestamp-based ID

Properties

latitude string Optional

No description available.

longitude string Optional

No description available.

name string Required

No description available.

View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "name"
    ],
    "properties": {
      "name": {
        "type": "string"
      },
      "latitude": {
        "type": "string"
      },
      "longitude": {
        "type": "string"
      }
    }
  },
  "description": "A climbing gym"
}

Lexicon Garden

@