From b2eaa3ae51707dfa3ff5db30cca7ae9b2584afb2 Mon Sep 17 00:00:00 2001 From: sartography-automated-committer Date: Thu, 15 Feb 2024 09:52:13 +0000 Subject: [PATCH] User: hurairaidrees@gmail.com clicked save for playground/nutech/issue2/decisionbuttons-schema.json --- .../nutech/issue2/decisionbuttons-schema.json | 24 +------------------ 1 file changed, 1 insertion(+), 23 deletions(-) diff --git a/playground/nutech/issue2/decisionbuttons-schema.json b/playground/nutech/issue2/decisionbuttons-schema.json index 7914a4cd..5ccf10f2 100644 --- a/playground/nutech/issue2/decisionbuttons-schema.json +++ b/playground/nutech/issue2/decisionbuttons-schema.json @@ -1,25 +1,3 @@ { - "type": "object", - "properties": { - "buttons": { - "type": "array", - "items": { - "type": "object", - "properties": { - "type": { - "type": "string", - "enum": ["button"] - }, - "title": { - "type": "string" - }, - "propertyOrder": { - "type": "integer" - } - }, - "required": ["type", "title", "propertyOrder"] - } - } - }, - "required": ["buttons"] + }