1
0
bot/at/lexicons/com/atproto/repo/strongRef.json
syui 454de01881
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 3s
add lexicons
2024-11-09 09:51:05 +09:00

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" }
}
}
}
}