{
  "$ref": "#/definitions/AccountShareResponse",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "definitions": {
    "AccountShareResponse": {
      "additionalProperties": false,
      "properties": {
        "derivationPath": {
          "type": "string"
        },
        "isExtendedPublicKey": {
          "type": "boolean"
        },
        "publicKey": {
          "type": "string"
        }
      },
      "required": ["publicKey", "derivationPath", "isExtendedPublicKey"],
      "type": "object"
    }
  }
}
