a3243820c9
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
26 lines
472 B
JSON
26 lines
472 B
JSON
{
|
|
"id": "com.atproto.repo.strongRef",
|
|
"defs": {
|
|
"main": {
|
|
"type": "object",
|
|
"required": [
|
|
"uri",
|
|
"cid"
|
|
],
|
|
"properties": {
|
|
"cid": {
|
|
"type": "string",
|
|
"format": "cid"
|
|
},
|
|
"uri": {
|
|
"type": "string",
|
|
"format": "at-uri"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"$type": "com.atproto.lexicon.schema",
|
|
"lexicon": 1,
|
|
"description": "A URI with a content-hash fingerprint."
|
|
}
|