io.atcr.sailor.star

lexicon.store View official

Documentation

A star (like) on a container image repository. Stored in the starrer's PDS, similar to Bluesky likes. Subject is an AT URI pointing to the repo page record being starred.

main record

A star (like) on a container image repository. Stored in the starrer's PDS, similar to Bluesky likes. Subject is an AT URI pointing to the repo page record being starred.

Record Key any Any valid record key

Properties

createdAt string datetime Required

Star creation timestamp

subject string at-uri Required

AT URI of the repository page being starred (e.g., at://did:plc:abc/io.atcr.repo.page/myapp)

View raw schema
{
  "key": "any",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "subject",
      "createdAt"
    ],
    "properties": {
      "subject": {
        "type": "string",
        "format": "at-uri",
        "description": "AT URI of the repository page being starred (e.g., at://did:plc:abc/io.atcr.repo.page/myapp)"
      },
      "createdAt": {
        "type": "string",
        "format": "datetime",
        "description": "Star creation timestamp"
      }
    }
  },
  "description": "A star (like) on a container image repository. Stored in the starrer's PDS, similar to Bluesky likes. Subject is an AT URI pointing to the repo page record being starred."
}

Lexicon Garden

@