space.intandem.booking

chaosgremlin.spaces-alpha.bsky.network View official

{
  "id": "space.intandem.booking",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "guestName",
          "startsAt",
          "endsAt",
          "status",
          "createdAt"
        ],
        "properties": {
          "note": {
            "type": "string",
            "maxLength": 3000
          },
          "endsAt": {
            "type": "string",
            "format": "datetime"
          },
          "status": {
            "enum": [
              "confirmed",
              "cancelled"
            ],
            "type": "string"
          },
          "startsAt": {
            "type": "string",
            "format": "datetime"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "guestName": {
            "type": "string",
            "maxLength": 300
          },
          "guestEmail": {
            "type": "string",
            "maxLength": 500
          },
          "guestTimezone": {
            "type": "string"
          }
        }
      },
      "description": "A confirmed 1:1 booking made through the host's booking page."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against space.intandem.booking

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:45qrbgc6u6xmnqtxsap6hb2g
CID
bafyreia745zlelczya7i6xw45ou63s5ptlw2nfceu6b4se3633jplhnv64
Indexed At
2026-08-27 22:12 UTC
AT-URI
at://did:plc:45qrbgc6u6xmnqtxsap6hb2g/com.atproto.lexicon.schema/space.intandem.booking

Lexicon Garden

@