{
  "type": "object",
  "properties": {
    "encryptedMnemonic": {
      "type": "string",
      "format": "byte"
    },
    "encryptedSeed":{
      "type":  "string",
      "format":  "byte"
    },
    "encryptedPrivateKey": {
      "type":  "string",
      "format":  "byte"
    },
    "bip32PublicKey":{
      "type":  "string"
    }
  },
  "additionalProperties": false,
  "required": [
    "encryptedMnemonic",
    "encryptedSeed",
    "encryptedPrivateKey",
    "bip32PublicKey"
  ]
}