pulumi/tests/testdata/codegen/schema/bad-enum-2.json

24 lines
362 B
JSON

{
"name": "fake-provider",
"version": "0.0.1",
"types": {
"fake-provider:module1:BadEnum": {
"type": "string",
"enum": [
{
"value": "chocolate"
},
{
"value": "marshmallow"
},
{
"value": true
},
{
"value": "cookie"
}
]
}
}
}