From 3b65b1c6c19ff68ad2538cff9cdc3ea26e83008d Mon Sep 17 00:00:00 2001 From: adityajirafe Date: Wed, 6 Mar 2024 10:39:17 +0800 Subject: [PATCH] update req fields in config schema --- config.schema.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/config.schema.json b/config.schema.json index b7d2933..185ef11 100644 --- a/config.schema.json +++ b/config.schema.json @@ -93,13 +93,12 @@ }, "perp_pool_banners": { "type": "array", - "description": "List of blacklisted token denoms", + "description": "List of perp pool banners", "items": { "type": "object", "required": [ "perp_pool_id", - "title", - "subtext" + "title" ], "properties": { "perp_pool_id": {