github.com/myhau/pulumi/pkg/v3@v3.70.2-0.20221116134521-f2775972e587/codegen/testing/test/testdata/schema/bad-enum-2.json (about)

     1  {
     2    "name": "fake-provider",
     3    "version": "0.0.1",
     4    "types": {
     5      "fake-provider:module1:BadEnum": {
     6        "type": "string",
     7        "enum": [
     8          {
     9            "value": "chocolate"
    10          },
    11          {
    12            "value": "marshmallow"
    13          },
    14          {
    15            "value": true
    16          },
    17          {
    18            "value": "cookie"
    19          }
    20        ]
    21      }
    22    }
    23  }