Skip to content

Commit

Permalink
fix typo in schema
Browse files Browse the repository at this point in the history
  • Loading branch information
stavros-k authored Jun 25, 2024
1 parent db7d1b2 commit a5735d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps_validation/json_schema_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
'description': {'type': 'string'},
'host_path': {'type': 'string'},
},
'required': ['description', 'hostPath'],
'required': ['description', 'host_path'],
},
},
},
Expand Down

0 comments on commit a5735d3

Please sign in to comment.