diff --git a/FlowerTypes.json b/FlowerTypes.json deleted file mode 100644 index ec6fb07..0000000 --- a/FlowerTypes.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "name": "FlowerTypes", - "description": "Types of flowers to pick up", - "enumerationValues": [ - { - "value": "tulips" - }, - { - "value": "lilies" - }, - { - "value": "roses" - }, - { - "value": "carnations" - } - ] -} - \ No newline at end of file diff --git a/examples/json/slots/FlowerTypes.json b/examples/json/slots/FlowerTypes.json index c3229f5..ec6fb07 100644 --- a/examples/json/slots/FlowerTypes.json +++ b/examples/json/slots/FlowerTypes.json @@ -10,6 +10,9 @@ }, { "value": "roses" + }, + { + "value": "carnations" } ] }