comAtprotoSyncDefs top-level constant

Map<String, dynamic> const comAtprotoSyncDefs

com.atproto.sync.defs

Implementation

const comAtprotoSyncDefs = <String, dynamic>{
  "lexicon": 1,
  "id": "com.atproto.sync.defs",
  "defs": {
    "hostStatus": {
      "type": "string",
      "knownValues": ["active", "idle", "offline", "throttled", "banned"],
    },
  },
};