{
  "$id": "schema.json",
  "type": "object",
  "schema": "http://json-schema.org/draft-07/schema#",
  "translate": true,
  "dynamicfields": true,
  "properties": {
    "ph_request_type": {
      "type": "string",
      "description": "type of request (internal to adapter)",
      "default": "createAssistedVolumeSnapshots",
      "enum": [
        "createAssistedVolumeSnapshots",
        "deleteAssistedVolumeSnapshot"
      ],
      "external_name": "ph_request_type"
    },
    "deleteInfo": {
      "type": "string",
      "description": "Information for snapshot deletion. Include the ID of the associated volume. For example:",
      "parse": false,
      "encode": false,
      "encrypt": {
        "type": "AES",
        "key": ""
      },
      "external_name": "delete_info"
    },
    "snapshotId": {
      "type": "string",
      "description": "The UUID of the snapshot.",
      "parse": false,
      "encode": false,
      "encrypt": {
        "type": "AES",
        "key": ""
      },
      "external_name": "snapshot_id"
    }
  },
  "definitions": {}
}