ai/at
ai/at
1
0
at/lexicons/com/atproto/repo/defs.json

15 lines
273 B
JSON
Raw Normal View History

2024-10-18 13:49:50 +00:00
{
"lexicon": 1,
"id": "com.atproto.repo.defs",
"defs": {
"commitMeta": {
"type": "object",
"required": ["cid", "rev"],
"properties": {
"cid": { "type": "string", "format": "cid" },
"rev": { "type": "string" }
}
}
}
}