A like of a package on npmx
Record Key
tid
Timestamp-based ID
Properties
createdAt
string
datetime
Required
An RFC 3339 formatted timestamp.
subject
ref
com.atproto.repo.strongRef
Optional
A strong reference to the dev.npmx.package record. If the package does not have a record in an atproto repo, this is not included.
subjectRef
string
uri
Required
The npmx URL to the package to allow for counting of packages that do not have a record in an atproto repo.
View raw schema
{
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"createdAt",
"subjectRef"
],
"properties": {
"subject": {
"ref": "com.atproto.repo.strongRef",
"type": "ref",
"description": "A strong reference to the dev.npmx.package record. If the package does not have a record in an atproto repo, this is not included."
},
"createdAt": {
"type": "string",
"format": "datetime"
},
"subjectRef": {
"type": "string",
"format": "uri",
"description": "The npmx URL to the package to allow for counting of packages that do not have a record in an atproto repo."
}
}
},
"description": "A like of a package on npmx"
}