com.welistskyblue.list.collection

welistskyblue.com

Documentation

main record

No description available.

Record Key self

Properties

createdAt string datetime Required

An RFC 3339 formatted timestamp.

updatedAt string datetime Optional

An RFC 3339 formatted timestamp.

uris array of string at-uri Required

List of AT-URIs controlled by the user.

View raw schema
{
  "key": "self",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "uris",
      "createdAt"
    ],
    "properties": {
      "uris": {
        "type": "array",
        "items": {
          "type": "string",
          "format": "at-uri"
        },
        "description": "List of AT-URIs controlled by the user."
      },
      "createdAt": {
        "type": "string",
        "format": "datetime"
      },
      "updatedAt": {
        "type": "string",
        "format": "datetime"
      }
    }
  }
}

Lexicon Garden

@