cat.vt3e.gallery.group

vt3e.cat

Documentation

defines a group of images in the gallery

main record

defines a group of images in the gallery

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
title string Optional

No description available.

maxLength: 300 bytes
View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "createdAt"
    ],
    "properties": {
      "title": {
        "type": "string",
        "maxLength": 300
      },
      "createdAt": {
        "type": "string",
        "format": "datetime"
      },
      "description": {
        "type": "string",
        "maxLength": 1000
      }
    }
  },
  "description": "defines a group of images in the gallery"
}

Lexicon Garden

@