am.noz.atgallery.alpha.albumSnapshot

noz.am

Documentation

An immutable public publication boundary for one album version.

main record

An immutable public publication boundary for one album version.

Record Key tid Timestamp-based ID

Properties

album string at-uri Required

Stable public published-album record.

createdAt string datetime Required

An RFC 3339 formatted timestamp.

formatVersion integer Required

No description available.

itemCount integer Required

No description available.

minimum: 0maximum: 1000
View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "formatVersion",
      "album",
      "itemCount",
      "createdAt"
    ],
    "properties": {
      "album": {
        "type": "string",
        "format": "at-uri",
        "description": "Stable public published-album record."
      },
      "createdAt": {
        "type": "string",
        "format": "datetime"
      },
      "itemCount": {
        "type": "integer",
        "maximum": 1000,
        "minimum": 0
      },
      "formatVersion": {
        "type": "integer",
        "const": 1
      }
    }
  },
  "description": "An immutable public publication boundary for one album version."
}

Lexicon Garden

@