cat.vt3e.gallery.groupItem

vt3e.cat

Documentation

defines an item in a gallery group

main record

defines an item in a gallery group

Record Key tid Timestamp-based ID

Properties

addedAt string datetime Required

An RFC 3339 formatted timestamp.

group string at-uri Required

uri of the group that the image belongs to

image string at-uri Required

uri of the image that this item represents

note string Optional

No description available.

View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "group",
      "image",
      "addedAt"
    ],
    "properties": {
      "note": {
        "type": "string"
      },
      "group": {
        "type": "string",
        "format": "at-uri",
        "description": "uri of the group that the image belongs to"
      },
      "image": {
        "type": "string",
        "format": "at-uri",
        "description": "uri of the image that this item represents"
      },
      "addedAt": {
        "type": "string",
        "format": "datetime"
      }
    }
  },
  "description": "defines an item in a gallery group"
}

Lexicon Garden

@