A star (like) on a container image repository. Stored in the starrer's PDS, similar to Bluesky likes.
Record Key
any
Any valid record key
Properties
createdAt
string
datetime
Required
Star creation timestamp
subject
ref
#subject
Required
The repository being starred
View raw schema
{
"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."
}