pulumi/pkg/codegen/internal/test/testdata/schema/bad-enum-2.json

22 lines
313 B
JSON
Raw Normal View History

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