{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "samsung_smart_switch_simply_db.inferred.schema.json",
  "title": "Samsung Smart Switch simply.db JSON (Observed Inferred Schema)",
  "type": "object",
  "additionalProperties": true,
  "properties": {
    "Channels": {
      "type": "object",
      "additionalProperties": {
        "$ref": "#/$defs/ChannelsMapOrObject"
      }
    },
    "FrontHistory": {
      "type": "object",
      "additionalProperties": {
        "$ref": "#/$defs/FrontHistoryMapOrObject"
      }
    },
    "Members": {
      "type": "object",
      "additionalProperties": {
        "$ref": "#/$defs/MembersMapOrObject"
      }
    },
    "Privates": {
      "type": "object",
      "additionalProperties": {
        "$ref": "#/$defs/PrivatesMapOrObject"
      }
    },
    "Users": {
      "type": "object",
      "additionalProperties": {
        "$ref": "#/$defs/UsersMapOrObject"
      }
    },
    "channels": {
      "type": "object",
      "additionalProperties": {
        "$ref": "#/$defs/channelsMapOrObject"
      }
    },
    "chatcategories": {
      "type": "object",
      "additionalProperties": {
        "$ref": "#/$defs/chatcategoriesMapOrObject"
      }
    },
    "customfields": {
      "type": "object",
      "additionalProperties": {
        "$ref": "#/$defs/customfieldsMapOrObject"
      }
    },
    "friends": {
      "type": "object",
      "additionalProperties": {
        "$ref": "#/$defs/friendsMapOrObject"
      }
    },
    "friendssettings": {
      "type": "object",
      "additionalProperties": {
        "$ref": "#/$defs/friendssettingsMapOrObject"
      }
    },
    "fronthistory": {
      "type": "object",
      "additionalProperties": {
        "$ref": "#/$defs/fronthistoryMapOrObject"
      }
    },
    "members": {
      "type": "object",
      "additionalProperties": {
        "$ref": "#/$defs/membersMapOrObject"
      }
    },
    "privacybuckets": {
      "type": "object",
      "additionalProperties": {
        "$ref": "#/$defs/privacybucketsMapOrObject"
      }
    },
    "private": {
      "type": "object",
      "additionalProperties": {
        "$ref": "#/$defs/privateMapOrObject"
      }
    },
    "privates": {
      "type": "object",
      "additionalProperties": {
        "$ref": "#/$defs/privatesMapOrObject"
      }
    },
    "users": {
      "type": "object",
      "additionalProperties": {
        "$ref": "#/$defs/usersMapOrObject"
      }
    }
  },
  "$defs": {
    "ChannelsMapOrObject": {
      "type": "object",
      "additionalProperties": true,
      "properties": {
        "name": {
          "type": "string"
        },
        "desc": {
          "type": "string"
        }
      }
    },
    "FrontHistoryMapOrObject": {
      "type": "object",
      "additionalProperties": true,
      "properties": {
        "custom": {
          "type": "boolean"
        },
        "customStatus": {
          "type": "string"
        },
        "endTime": {
          "type": "integer"
        },
        "id": {
          "type": "string"
        },
        "live": {
          "type": "boolean"
        },
        "member": {
          "type": "string"
        },
        "startTime": {
          "type": "integer"
        },
        "type": {
          "type": "string"
        }
      }
    },
    "MembersMapOrObject": {
      "type": "object",
      "additionalProperties": true,
      "properties": {
        "archived": {
          "type": "boolean"
        },
        "archivedReason": {
          "type": "string"
        },
        "avatarUrl": {
          "type": "string"
        },
        "avatarUuid": {
          "type": "string"
        },
        "color": {
          "type": "string"
        },
        "desc": {
          "type": "string"
        },
        "frame": {
          "type": "object",
          "additionalProperties": true
        },
        "info": {
          "type": "object",
          "additionalProperties": true
        },
        "name": {
          "type": "string"
        },
        "pkId": {
          "type": "string"
        },
        "preventTrusted": {
          "type": "boolean"
        },
        "preventsFrontNotifs": {
          "type": "boolean"
        },
        "private": {
          "type": "boolean"
        },
        "pronouns": {
          "type": "string"
        },
        "receiveMessageBoardNotifs": {
          "type": "boolean"
        },
        "supportDescMarkdown": {
          "type": "boolean"
        }
      }
    },
    "PrivatesMapOrObject": {
      "type": "object",
      "additionalProperties": true,
      "properties": {
        "notificationToken": {
          "type": "array",
          "items": {}
        }
      }
    },
    "UsersMapOrObject": {
      "type": "object",
      "additionalProperties": true,
      "properties": {
        "avatarUrl": {
          "type": "string"
        },
        "color": {
          "type": "string"
        },
        "desc": {
          "type": "string"
        },
        "frame": {
          "type": "object",
          "additionalProperties": true
        },
        "supportDescMarkdown": {
          "type": "boolean"
        }
      }
    },
    "channelsMapOrObject": {
      "type": "object",
      "additionalProperties": true,
      "properties": {
        "name": {
          "type": "string"
        },
        "desc": {
          "type": "string"
        }
      }
    },
    "chatcategoriesMapOrObject": {
      "type": "object",
      "additionalProperties": true,
      "properties": {
        "channels": {
          "type": "array",
          "items": {}
        },
        "desc": {
          "type": "string"
        },
        "name": {
          "type": "string"
        }
      }
    },
    "customfieldsMapOrObject": {
      "type": "object",
      "additionalProperties": true,
      "properties": {
        "buckets": {
          "type": "array",
          "items": {}
        },
        "name": {
          "type": "string"
        },
        "order": {
          "type": "string"
        },
        "type": {
          "type": "integer"
        }
      }
    },
    "friendsMapOrObject": {
      "type": "object",
      "additionalProperties": true,
      "properties": {
        "avatarUrl": {
          "type": "string"
        },
        "color": {
          "type": "string"
        },
        "desc": {
          "type": "string"
        },
        "frame": {
          "type": "object",
          "additionalProperties": true
        },
        "isAsystem": {
          "type": "boolean"
        },
        "supportDescMarkdown": {
          "type": "boolean"
        },
        "username": {
          "type": "string"
        }
      }
    },
    "friendssettingsMapOrObject": {
      "type": "object",
      "additionalProperties": true,
      "properties": {
        "buckets": {
          "type": "array",
          "items": {}
        },
        "frienduid": {
          "type": "string"
        },
        "getFrontNotif": {
          "type": "boolean"
        },
        "getTheirFrontNotif": {
          "type": "boolean"
        },
        "seeFront": {
          "type": "boolean"
        },
        "seeMembers": {
          "type": "boolean"
        }
      }
    },
    "fronthistoryMapOrObject": {
      "type": "object",
      "additionalProperties": true,
      "properties": {
        "custom": {
          "type": "boolean"
        },
        "customStatus": {
          "type": "string"
        },
        "endTime": {
          "type": "integer"
        },
        "live": {
          "type": "boolean"
        },
        "member": {
          "type": "string"
        },
        "startTime": {
          "type": "integer"
        }
      }
    },
    "membersMapOrObject": {
      "type": "object",
      "additionalProperties": true,
      "properties": {
        "archived": {
          "type": "boolean"
        },
        "archivedReason": {
          "type": "string"
        },
        "avatarUrl": {
          "type": "string"
        },
        "avatarUuid": {
          "type": "string"
        },
        "buckets": {
          "type": "array",
          "items": {}
        },
        "color": {
          "type": "string"
        },
        "desc": {
          "type": "string"
        },
        "frame": {
          "type": "object",
          "additionalProperties": true
        },
        "info": {
          "type": "object",
          "additionalProperties": true
        },
        "name": {
          "type": "string"
        },
        "pkId": {
          "type": "string"
        },
        "preventsFrontNotifs": {
          "type": "boolean"
        },
        "pronouns": {
          "type": "string"
        },
        "receiveMessageBoardNotifs": {
          "type": "boolean"
        },
        "supportDescMarkdown": {
          "type": "boolean"
        }
      }
    },
    "privacybucketsMapOrObject": {
      "type": "object",
      "additionalProperties": true,
      "properties": {
        "color": {
          "type": "string"
        },
        "desc": {
          "type": "string"
        },
        "icon": {
          "type": "string"
        },
        "name": {
          "type": "string"
        },
        "rank": {
          "type": "string"
        }
      }
    },
    "privateMapOrObject": {
      "type": "object",
      "additionalProperties": true,
      "properties": {
        "auditContentChanges": {
          "type": "boolean"
        },
        "auditRetention": {
          "type": "integer"
        },
        "categories": {
          "type": "array",
          "items": {}
        },
        "defaultPrivacy": {
          "type": "object",
          "additionalProperties": true
        },
        "hideAudits": {
          "type": "boolean"
        },
        "latestVersion": {
          "type": "integer"
        },
        "location": {
          "type": "string"
        },
        "notificationToken": {
          "type": "array",
          "items": {}
        },
        "termsOfServiceAccepted": {
          "type": "boolean"
        }
      }
    },
    "privatesMapOrObject": {
      "type": "object",
      "additionalProperties": true,
      "properties": {
        "latestVersion": {
          "type": "integer"
        },
        "location": {
          "type": "string"
        }
      }
    },
    "usersMapOrObject": {
      "type": "object",
      "additionalProperties": true,
      "properties": {
        "avatarUrl": {
          "type": "string"
        },
        "color": {
          "type": "string"
        },
        "desc": {
          "type": "string"
        },
        "fields": {
          "type": "object",
          "additionalProperties": true
        },
        "frame": {
          "type": "object",
          "additionalProperties": true
        },
        "isAsystem": {
          "type": "boolean"
        },
        "supportDescMarkdown": {
          "type": "boolean"
        },
        "username": {
          "type": "string"
        }
      }
    }
  }
}
