io.atcr.sailor.star

atcr.io

{
  "id": "io.atcr.sailor.star",
  "defs": {
    "main": {
      "key": "any",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "subject",
          "createdAt"
        ],
        "properties": {
          "subject": {
            "ref": "#subject",
            "type": "ref",
            "description": "The repository being starred"
          },
          "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": {
      "type": "object",
      "required": [
        "did",
        "repository"
      ],
      "properties": {
        "did": {
          "type": "string",
          "format": "did",
          "description": "DID of the repository owner"
        },
        "repository": {
          "type": "string",
          "maxLength": 255,
          "description": "Repository name (e.g., 'myapp')"
        }
      },
      "description": "Reference to a repository owned by a user"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against io.atcr.sailor.star

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:wfj5kyialpmcv2fzk6uqwsln
CID
bafyreib5eqhqmh5dch25aevh2bfbu42a2ivdv23rwpik3ywizk7fs3zova
Indexed At
2026-01-10 02:49 UTC
AT-URI
at://did:plc:wfj5kyialpmcv2fzk6uqwsln/com.atproto.lexicon.schema/io.atcr.sailor.star

Lexicon Garden

@