{
"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
}
Metadata
- DID
-
did:plc:wfj5kyialpmcv2fzk6uqwsln
- CID
-
bafyreib5eqhqmh5dch25aevh2bfbu42a2ivdv23rwpik3ywizk7fs3zova
- Indexed At
- 2026-02-13 13:56 UTC
- AT-URI
-
at://did:plc:wfj5kyialpmcv2fzk6uqwsln/com.atproto.lexicon.schema/io.atcr.sailor.star