From 652f2cc50f698773a702350cbb723241ecb7c21a Mon Sep 17 00:00:00 2001 From: sartography-automated-committer Date: Mon, 20 Nov 2023 22:00:05 +0000 Subject: [PATCH] User: brendan.winnacott@myome.com clicked save for playground/myome/pizza/select_payment_type-schema.json --- .../pizza/select_payment_type-schema.json | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/playground/myome/pizza/select_payment_type-schema.json b/playground/myome/pizza/select_payment_type-schema.json index 76d3f374..7a73a41b 100644 --- a/playground/myome/pizza/select_payment_type-schema.json +++ b/playground/myome/pizza/select_payment_type-schema.json @@ -1,21 +1,2 @@ { - "title": "Multiple Choice List", - "description": "Build a multiple choice list with a predefined list of options", - "type": "object", - "properties": { - "multipleChoicesList": { - "type": "array", - "title": "A multiple choices list", - "items": { - "type": "string", - "enum": [ - "foo", - "bar", - "fuzz", - "qux" - ] - }, - "uniqueItems": true - } - } } \ No newline at end of file