From c9e8811c9cbc6ff11b468b976a3a08a94b3b0e6e Mon Sep 17 00:00:00 2001 From: sartography-automated-committer Date: Mon, 19 Feb 2024 05:51:17 +0000 Subject: [PATCH] User: hurairaidrees@gmail.com clicked save for playground/nutech/issue2/manualchecking-uischema.json --- playground/nutech/issue2/manualchecking-schema.json | 13 ++++++++++++- .../nutech/issue2/manualchecking-uischema.json | 4 +--- 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/playground/nutech/issue2/manualchecking-schema.json b/playground/nutech/issue2/manualchecking-schema.json index 0e0dcd23..1c674972 100644 --- a/playground/nutech/issue2/manualchecking-schema.json +++ b/playground/nutech/issue2/manualchecking-schema.json @@ -1,3 +1,14 @@ { - + "title": "Dropdown list", + "description": "A dropdown list with options pulled form existing Task Data. IMPORTANT - Add 'fruits' to Task Data before using this component!!!", + "type": "object", + "properties": { + "favoriteFruit": { + "title": "Select your favorite fruit", + "type": "string", + "anyOf": [ + "options_from_task_data_var:fruits" + ] + } + } } \ No newline at end of file diff --git a/playground/nutech/issue2/manualchecking-uischema.json b/playground/nutech/issue2/manualchecking-uischema.json index 0e0dcd23..9e26dfee 100644 --- a/playground/nutech/issue2/manualchecking-uischema.json +++ b/playground/nutech/issue2/manualchecking-uischema.json @@ -1,3 +1 @@ -{ - -} \ No newline at end of file +{} \ No newline at end of file