us.polhem.blog.media

polhem.us

Documentation

Record describing a piece of media.

main record

Record describing a piece of media.

Record Key tid Timestamp-based ID

Properties

createdAt string datetime Required

An RFC 3339 formatted timestamp.

filename string Required

No description available.

maxLength: 1000 bytes
View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "filename",
      "image",
      "createdAt"
    ],
    "properties": {
      "image": {
        "ref": "app.bsky.embed.images#image",
        "type": "ref"
      },
      "filename": {
        "type": "string",
        "maxLength": 1000
      },
      "createdAt": {
        "type": "string",
        "format": "datetime"
      }
    }
  },
  "description": "Record describing a piece of media."
}

Lexicon Garden

@