1
0
bot/at/lexicons/com/atproto/repo/defs.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

15 lines
273 B
JSON

{
"lexicon": 1,
"id": "com.atproto.repo.defs",
"defs": {
"commitMeta": {
"type": "object",
"required": ["cid", "rev"],
"properties": {
"cid": { "type": "string", "format": "cid" },
"rev": { "type": "string" }
}
}
}
}