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

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