Description: Freezer-api is validating always
 path_to_backup, container etc., even if it is not needed.
 This is not permanent fix, it's just workaroud when we
 are ignoring validation for fields below.
Author: Michal Arbet <michal.arbet@ultimum.io>
Forwarded: no
Last-Update: 2019-08-10

diff --git a/freezer_api/common/json_schemas.py b/freezer_api/common/json_schemas.py
index eb5a9c2..553b58d 100644
--- a/freezer_api/common/json_schemas.py
+++ b/freezer_api/common/json_schemas.py
@@ -33,18 +33,18 @@ freezer_action_properties = {
         "pattern": r"^[\w-]+$",
         "type": "string"
     },
-    "path_to_backup": {
-        "id": "path_to_backup",
-        "type": "string"
-    },
+#    "path_to_backup": {
+#        "id": "path_to_backup",
+#        "type": "string"
+#    },
     "backup_name": {
         "id": "backup_name",
         "type": "string"
     },
-    "container": {
-        "id": "container",
-        "type": "string"
-    },
+#    "container": {
+#        "id": "container",
+#        "type": "string"
+#    },
     "restore_abs_path": {
         "id": "restore_abs_path",
         "type": "string"
