comAtprotoRepoDefs top-level constant

Map<String, dynamic> const comAtprotoRepoDefs

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