space.intandem.availability

chaosgremlin.spaces-alpha.bsky.network View official

Documentation

The host's booking rules and weekly availability windows.

main record

The host's booking rules and weekly availability windows.

Record Key literal:self Fixed literal value

Properties

bufferMins integer Optional

No description available.

minimum: 0maximum: 240
Default: 0
durationMins integer Required

No description available.

minimum: 5maximum: 480
horizonDays integer Optional

No description available.

minimum: 1maximum: 90
Default: 21
minNoticeHours integer Optional

No description available.

minimum: 0maximum: 336
Default: 12
timezone string Required

IANA timezone of the host, e.g. America/Los_Angeles

updatedAt string datetime Required

An RFC 3339 formatted timestamp.

windows array of ref #window Required

No description available.

View raw schema
{
  "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 object

No description available.

Properties

end string Required

HH:MM local to host timezone

start string Required

HH:MM local to host timezone

weekday integer Required

0 = Sunday

minimum: 0maximum: 6
View raw schema
{
  "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"
    }
  }
}

Lexicon Garden

@