diff --git a/apps_validation/json_schema_utils.py b/apps_validation/json_schema_utils.py index 467a638..fc50088 100644 --- a/apps_validation/json_schema_utils.py +++ b/apps_validation/json_schema_utils.py @@ -50,8 +50,8 @@ 'properties': { 'description': {'type': 'string'}, 'gid': {'type': 'integer'}, - 'groupName': {'type': 'string'}, - 'userName': {'type': 'string'}, + 'group_name': {'type': 'string'}, + 'user_name': {'type': 'string'}, 'uid': {'type': 'integer'}, }, 'required': ['description'], @@ -74,7 +74,7 @@ 'type': 'object', 'properties': { 'description': {'type': 'string'}, - 'hostPath': {'type': 'string'}, + 'host_path': {'type': 'string'}, }, 'required': ['description', 'hostPath'], },