From 42229cd1f82639f11dc556df1ac289a3ea5bcc50 Mon Sep 17 00:00:00 2001 From: Giovanni Abbatepaolo <30571828+bbtgnn@users.noreply.github.com> Date: Thu, 14 Dec 2023 10:06:48 +0100 Subject: [PATCH] feat(applets): changed button and field styles (#26) Co-authored-by: Puria Nafisi Azizi --- contracts/{create.keys.json => create.keys.omit.json} | 0 contracts/create.schema.json | 11 +++-------- 2 files changed, 3 insertions(+), 8 deletions(-) rename contracts/{create.keys.json => create.keys.omit.json} (100%) diff --git a/contracts/create.keys.json b/contracts/create.keys.omit.json similarity index 100% rename from contracts/create.keys.json rename to contracts/create.keys.omit.json diff --git a/contracts/create.schema.json b/contracts/create.schema.json index b2c9221..f1b36d1 100644 --- a/contracts/create.schema.json +++ b/contracts/create.schema.json @@ -15,14 +15,9 @@ }, "fields": { "type": "array", - "items": [ - { - "type": "string" - }, - { - "type": "string" - } - ] + "items": { + "type": "string" + } } }, "required": ["object", "fields"]