am.noz.atgallery.alpha.libraryAlbum

noz.am

Documentation

A private flat album in the owner's Library.

main record

A private flat album in the owner's Library.

Record Key tid Timestamp-based ID

Properties

coverMembership string at-uri Optional

Private membership record used as this album's cover.

createdAt string datetime Required

An RFC 3339 formatted timestamp.

description string Optional

No description available.

maxGraphemes: 5000 graphemes
formatVersion integer Required

No description available.

sort string Required

No description available.

maxLength: 32 bytes
Known values: manual, capture-time, filename, added-time
title string Required

No description available.

maxGraphemes: 200 graphemesminGraphemes: 1 graphemes
updatedAt string datetime Required

An RFC 3339 formatted timestamp.

View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "formatVersion",
      "title",
      "sort",
      "createdAt",
      "updatedAt"
    ],
    "properties": {
      "sort": {
        "type": "string",
        "maxLength": 32,
        "knownValues": [
          "manual",
          "capture-time",
          "filename",
          "added-time"
        ]
      },
      "title": {
        "type": "string",
        "maxGraphemes": 200,
        "minGraphemes": 1
      },
      "createdAt": {
        "type": "string",
        "format": "datetime"
      },
      "updatedAt": {
        "type": "string",
        "format": "datetime"
      },
      "description": {
        "type": "string",
        "maxGraphemes": 5000
      },
      "formatVersion": {
        "type": "integer",
        "const": 1
      },
      "coverMembership": {
        "type": "string",
        "format": "at-uri",
        "description": "Private membership record used as this album's cover."
      }
    }
  },
  "description": "A private flat album in the owner's Library."
}

Lexicon Garden

@