16 lines
351 B
JSON
16 lines
351 B
JSON
|
{
|
||
|
"lexicon": 1,
|
||
|
"id": "com.atproto.repo.strongRef",
|
||
|
"description": "A URI with a content-hash fingerprint.",
|
||
|
"defs": {
|
||
|
"main": {
|
||
|
"type": "object",
|
||
|
"required": ["uri", "cid"],
|
||
|
"properties": {
|
||
|
"uri": { "type": "string", "format": "at-uri" },
|
||
|
"cid": { "type": "string", "format": "cid" }
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|