blue.flashes.feed.post

flashes.blue

Documentation

A feed post record for the Flashes app. EXIF metadata is stored separately in blue.flashes.photo.exif sidecar records.

main record

A feed post record for the Flashes app. EXIF metadata is stored separately in blue.flashes.photo.exif sidecar records.

Record Key tid Timestamp-based ID

Properties

childrenPostURIs array of string at-uri Optional

Optional array of child post URIs for threaded content

createdAt string datetime Required

An RFC 3339 formatted timestamp.

View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "createdAt"
    ],
    "properties": {
      "createdAt": {
        "type": "string",
        "format": "datetime"
      },
      "childrenPostURIs": {
        "type": "array",
        "items": {
          "type": "string",
          "format": "at-uri",
          "maxLength": 512
        },
        "description": "Optional array of child post URIs for threaded content"
      }
    }
  },
  "description": "A feed post record for the Flashes app. EXIF metadata is stored separately in blue.flashes.photo.exif sidecar records."
}

Lexicon Garden

@