space.intandem.availability

chaosgremlin.spaces-alpha.bsky.network View official

{
  "id": "space.intandem.availability",
  "defs": {
    "main": {
      "key": "literal:self",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "timezone",
          "durationMins",
          "windows",
          "updatedAt"
        ],
        "properties": {
          "windows": {
            "type": "array",
            "items": {
              "ref": "#window",
              "type": "ref"
            }
          },
          "timezone": {
            "type": "string",
            "description": "IANA timezone of the host, e.g. America/Los_Angeles"
          },
          "updatedAt": {
            "type": "string",
            "format": "datetime"
          },
          "bufferMins": {
            "type": "integer",
            "default": 0,
            "maximum": 240,
            "minimum": 0
          },
          "horizonDays": {
            "type": "integer",
            "default": 21,
            "maximum": 90,
            "minimum": 1
          },
          "durationMins": {
            "type": "integer",
            "maximum": 480,
            "minimum": 5
          },
          "minNoticeHours": {
            "type": "integer",
            "default": 12,
            "maximum": 336,
            "minimum": 0
          }
        }
      },
      "description": "The host's booking rules and weekly availability windows."
    },
    "window": {
      "type": "object",
      "required": [
        "weekday",
        "start",
        "end"
      ],
      "properties": {
        "end": {
          "type": "string",
          "description": "HH:MM local to host timezone"
        },
        "start": {
          "type": "string",
          "description": "HH:MM local to host timezone"
        },
        "weekday": {
          "type": "integer",
          "maximum": 6,
          "minimum": 0,
          "description": "0 = Sunday"
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against space.intandem.availability

Validation Options
Treat any remaining unresolved references as valid

Metadata

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

Lexicon Garden

@