[READ-ONLY] a fast, modern browser for the npm registry
at main 31 lines 924 B view raw
1{ 2 "defs": { 3 "main": { 4 "description": "A like of a package on npmx", 5 "key": "tid", 6 "record": { 7 "properties": { 8 "createdAt": { 9 "format": "datetime", 10 "type": "string" 11 }, 12 "subject": { 13 "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.", 14 "type": "ref", 15 "ref": "com.atproto.repo.strongRef" 16 }, 17 "subjectRef": { 18 "description": "The npmx URL to the package to allow for counting of packages that do not have a record in an atproto repo.", 19 "type": "string", 20 "format": "uri" 21 } 22 }, 23 "required": ["createdAt", "subjectRef"], 24 "type": "object" 25 }, 26 "type": "record" 27 } 28 }, 29 "id": "dev.npmx.feed.like", 30 "lexicon": 1 31}