From 7d3512d9ea600d1843cb87fdcfcc85b6814b4d45 Mon Sep 17 00:00:00 2001 From: Stavros kois Date: Mon, 13 May 2024 18:32:42 +0300 Subject: [PATCH] add fixme --- apps_validation/json_schema_utils.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/apps_validation/json_schema_utils.py b/apps_validation/json_schema_utils.py index c83b0e7..05a646e 100644 --- a/apps_validation/json_schema_utils.py +++ b/apps_validation/json_schema_utils.py @@ -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': {