{
"id": "org.impactindexer.review.defs",
"defs": {
"subjectRef": {
"type": "object",
"required": [
"uri",
"type"
],
"properties": {
"cid": {
"type": "string",
"maxLength": 128,
"description": "Optional CID for record subjects to pin to a specific version."
},
"uri": {
"type": "string",
"maxLength": 8192,
"description": "The subject identifier. For records: AT-URI (at://did/collection/rkey). For users: DID (did:plc:xxx). For PDSes: hostname (example.com). For lexicons: NSID (app.bsky.feed.post)."
},
"type": {
"ref": "#subjectType",
"type": "ref",
"description": "The type of subject."
}
},
"description": "Reference to the subject being reviewed."
},
"subjectType": {
"type": "string",
"maxLength": 32,
"description": "The type of subject being reviewed.",
"knownValues": [
"record",
"user",
"pds",
"lexicon"
]
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1,
"description": "Shared definitions for the Impact Indexer review system."
}