User: dinithijonline@gmail.com clicked save for playground/dinithi/test-subprocesses/VehicleColor-schema.json

This commit is contained in:
sartography-automated-committer 2023-09-13 03:59:03 +00:00
parent 27a230cd21
commit 72b1439dd9
1 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,13 @@
{
"title": "Pick Your ICE CREAM Choice",
"properties": {
"flavor": {
"type": "string",
"title": "Flavor",
"enum": [
"Vanila",
"Strawberry",
"Chocolate"
]
}
}