blue.moji.packs.packitem

moji.blue

Documentation

Record representing a Bluemoji's inclusion in a specific pack. The AppView will ignore duplicate item records.

main record

Record representing a Bluemoji's inclusion in a specific pack. The AppView will ignore duplicate item records.

Record Key tid Timestamp-based ID

Properties

createdAt string datetime Required

An RFC 3339 formatted timestamp.

pack string at-uri Required

Reference (AT-URI) to the pack record (blue.moji.packs.pack).

subject string at-uri Required

Reference (AT-URI) to the Bluemoji item record (blue.moji.collection.item).

View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "subject",
      "pack",
      "createdAt"
    ],
    "properties": {
      "pack": {
        "type": "string",
        "format": "at-uri",
        "description": "Reference (AT-URI) to the pack record (blue.moji.packs.pack)."
      },
      "subject": {
        "type": "string",
        "format": "at-uri",
        "description": "Reference (AT-URI) to the Bluemoji item record (blue.moji.collection.item)."
      },
      "createdAt": {
        "type": "string",
        "format": "datetime"
      }
    }
  },
  "description": "Record representing a Bluemoji's inclusion in a specific pack. The AppView will ignore duplicate item records."
}

Lexicon Garden

@