Skip to content

Commit

Permalink
add fixme
Browse files Browse the repository at this point in the history
  • Loading branch information
stavros-k committed May 13, 2024
1 parent 6bc34ff commit 7d3512d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions apps_validation/json_schema_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -298,8 +298,9 @@
'type': 'string',
'pattern': '[0-9]+.[0-9]+.[0-9]+'
},
# This should be app_metadata, but a key already exists below
# Probably merge them?
# FIXME: This is the same as app_metadata.
# This should probably have to go but keep app_readme, detailed_readme, changelog.
# and get merged with APP_METADATA_JSON_SCHEMA
'chart_metadata': {
'type': 'object',
'properties': {
Expand Down

0 comments on commit 7d3512d

Please sign in to comment.