dev.nekono.skyshare.entry

nekono.dev

Documentation

A share entry that represents another AT record with a derived asset.

main record

A share entry that represents another AT record with a derived asset.

Record Key tid Timestamp-based ID

Properties

createdAt string datetime Required

An RFC 3339 formatted timestamp.

View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "source",
      "manifest",
      "createdAt"
    ],
    "properties": {
      "source": {
        "ref": "com.atproto.repo.strongRef",
        "type": "ref",
        "description": "Reference to the original AT record this entry is derived from."
      },
      "manifest": {
        "ref": "dev.nekono.skyshare.defs#manifest",
        "type": "ref",
        "description": "Reference to the manifest definition."
      },
      "createdAt": {
        "type": "string",
        "format": "datetime"
      }
    }
  },
  "description": "A share entry that represents another AT record with a derived asset."
}

Lexicon Garden

@