Skip to content

Commit

Permalink
change metadata to snake_case
Browse files Browse the repository at this point in the history
  • Loading branch information
stavros-k authored Jun 25, 2024
1 parent e65ffe2 commit ddf895f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apps_validation/json_schema_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'],
Expand All @@ -74,7 +74,7 @@
'type': 'object',
'properties': {
'description': {'type': 'string'},
'hostPath': {'type': 'string'},
'host_path': {'type': 'string'},
},
'required': ['description', 'hostPath'],
},
Expand Down

0 comments on commit ddf895f

Please sign in to comment.