at.meme-museum.collection

meme-museum.at

Documentation

A named board/folder of memes, e.g. "reactions" or "cat pics". Membership is recorded separately via at.meme-museum.collectionItem, not inline here.

main record

A named board/folder of memes, e.g. "reactions" or "cat pics". Membership is recorded separately via at.meme-museum.collectionItem, not inline here.

Record Key tid Timestamp-based ID

Properties

createdAt string datetime Required

An RFC 3339 formatted timestamp.

description string Optional

No description available.

maxLength: 1000 bytes
name string Required

No description available.

maxLength: 100 bytesmaxGraphemes: 64 graphemes
View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "name",
      "createdAt"
    ],
    "properties": {
      "name": {
        "type": "string",
        "maxLength": 100,
        "maxGraphemes": 64
      },
      "createdAt": {
        "type": "string",
        "format": "datetime"
      },
      "description": {
        "type": "string",
        "maxLength": 1000
      }
    }
  },
  "description": "A named board/folder of memes, e.g. \"reactions\" or \"cat pics\". Membership is recorded separately via at.meme-museum.collectionItem, not inline here."
}

Lexicon Garden

@