ai/at
ai/at
1
0
at/lexicons/com/atproto/repo/defs.json
2024-11-12 15:58:21 +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" }
}
}
}
}