Skip to content

Commit

Permalink
Merge pull request #23 from truenas/casing
Browse files Browse the repository at this point in the history
change metadata to snake_case
  • Loading branch information
stavros-k authored Jun 25, 2024
2 parents 5261576 + ddf895f commit db7d1b2
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 db7d1b2

Please sign in to comment.