diff --git a/apps_validation/json_schema_utils.py b/apps_validation/json_schema_utils.py index fc50088..964222d 100644 --- a/apps_validation/json_schema_utils.py +++ b/apps_validation/json_schema_utils.py @@ -76,7 +76,7 @@ 'description': {'type': 'string'}, 'host_path': {'type': 'string'}, }, - 'required': ['description', 'hostPath'], + 'required': ['description', 'host_path'], }, }, },