From f3be4df208cebc10231760cd7e87e756409a5347 Mon Sep 17 00:00:00 2001 From: JeremyParish69 <95667791+JeremyParish69@users.noreply.github.com> Date: Thu, 11 Apr 2024 18:58:40 -0600 Subject: [PATCH] Update landing-page.schema.json --- schemas/landing-page.schema.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/schemas/landing-page.schema.json b/schemas/landing-page.schema.json index 4663a60..e6e4467 100644 --- a/schemas/landing-page.schema.json +++ b/schemas/landing-page.schema.json @@ -6,10 +6,10 @@ "type": "array", "items": { "type": "object", + "required": [ + "denom" + ], "properties": { - "required": [ - "denom" - ], "denom": { "type": "string", "description": "The minimalCoinDenom of the asset when on Osmosis chain."