lol.letsmeet.poll.response

ken.wzrdz.cool

Documentation

One person's availability for a poll. Lives in the respondent's repo, or the host's repo (with `guest`) for host-attested guest responses.

main record

One person's availability for a poll. Lives in the respondent's repo, or the host's repo (with `guest`) for host-attested guest responses.

Record Key tid Timestamp-based ID

Properties

available array of ref #interval Required

No description available.

maxLength: 200 items
createdAt string datetime Required

An RFC 3339 formatted timestamp.

guest ref #guestInfo Optional

No description available.

ifNeedBe array of ref #interval Optional

No description available.

maxLength: 200 items
note string Optional

No description available.

maxLength: 1200 bytesmaxGraphemes: 300 graphemes
timezone string Optional

No description available.

maxLength: 64 bytes
View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "subject",
      "available",
      "createdAt"
    ],
    "properties": {
      "note": {
        "type": "string",
        "maxLength": 1200,
        "maxGraphemes": 300
      },
      "guest": {
        "ref": "#guestInfo",
        "type": "ref"
      },
      "subject": {
        "ref": "com.atproto.repo.strongRef",
        "type": "ref"
      },
      "ifNeedBe": {
        "type": "array",
        "items": {
          "ref": "#interval",
          "type": "ref"
        },
        "maxLength": 200
      },
      "timezone": {
        "type": "string",
        "maxLength": 64
      },
      "available": {
        "type": "array",
        "items": {
          "ref": "#interval",
          "type": "ref"
        },
        "maxLength": 200
      },
      "createdAt": {
        "type": "string",
        "format": "datetime"
      }
    }
  },
  "description": "One person's availability for a poll. Lives in the respondent's repo, or the host's repo (with `guest`) for host-attested guest responses."
}
guestInfo object

No description available.

Properties

name string Required

No description available.

maxLength: 256 bytesmaxGraphemes: 64 graphemes
View raw schema
{
  "type": "object",
  "required": [
    "name"
  ],
  "properties": {
    "name": {
      "type": "string",
      "maxLength": 256,
      "maxGraphemes": 64
    }
  }
}
interval object

No description available.

Properties

end string datetime Required

An RFC 3339 formatted timestamp.

start string datetime Required

An RFC 3339 formatted timestamp.

View raw schema
{
  "type": "object",
  "required": [
    "start",
    "end"
  ],
  "properties": {
    "end": {
      "type": "string",
      "format": "datetime"
    },
    "start": {
      "type": "string",
      "format": "datetime"
    }
  }
}

Lexicon Garden

@