From 77e0371c4060c5283191aaa22ea85307b5f9676c Mon Sep 17 00:00:00 2001 From: Stavros kois Date: Mon, 13 May 2024 22:38:24 +0300 Subject: [PATCH] remove keywords from required --- apps_validation/json_schema_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps_validation/json_schema_utils.py b/apps_validation/json_schema_utils.py index 05a646e..bd98a9a 100644 --- a/apps_validation/json_schema_utils.py +++ b/apps_validation/json_schema_utils.py @@ -55,7 +55,7 @@ }, 'required': [ 'name', 'train', 'version', 'app_version', 'title', 'description', - 'home', 'keywords', 'sources', 'maintainers' + 'home', 'sources', 'maintainers' ], 'if': { 'properties': {