comAtprotoRepoDefs top-level constant
com.atproto.repo.defs
Implementation
const comAtprotoRepoDefs = <String, dynamic>{
"lexicon": 1,
"id": "com.atproto.repo.defs",
"defs": {
"commitMeta": {
"type": "object",
"required": ["cid", "rev"],
"properties": {
"cid": {"type": "string", "format": "cid"},
"rev": {"type": "string"}
}
}
}
};