tech.tokimeki.kaku.collectionItem

tokimeki.blue

Documentation

An item in a collection linking to a post

main record

An item in a collection linking to a post

Record Key tid Timestamp-based ID

Properties

createdAt string datetime Required

An RFC 3339 formatted timestamp.

order integer Optional

Order within the collection

minimum: 0
View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "collection",
      "post",
      "createdAt"
    ],
    "properties": {
      "post": {
        "ref": "com.atproto.repo.strongRef",
        "type": "ref",
        "description": "Reference to the post"
      },
      "order": {
        "type": "integer",
        "minimum": 0,
        "description": "Order within the collection"
      },
      "createdAt": {
        "type": "string",
        "format": "datetime"
      },
      "collection": {
        "ref": "com.atproto.repo.strongRef",
        "type": "ref",
        "description": "Reference to the collection"
      }
    }
  },
  "description": "An item in a collection linking to a post"
}

Lexicon Garden

@