diff --git a/playground/dan/dans-first-progress-model/about-spam-schema.json b/playground/dan/dans-first-progress-model/about-spam-schema.json index fc9823a1..881cdb7d 100644 --- a/playground/dan/dans-first-progress-model/about-spam-schema.json +++ b/playground/dan/dans-first-progress-model/about-spam-schema.json @@ -9,9 +9,12 @@ "favoriteFruit": { "title": "Select your favorite fruit", "type": "string", - "anyOf": [ - "options_from_task_data_var:fruits" - ] + "enum": [ + "foo", + "bar", + "fuzz", + "qux" + ] } }, "required": [],