github.com/myhau/pulumi/pkg/v3@v3.70.2-0.20221116134521-f2775972e587/codegen/testing/test/testdata/external-node-compatibility/schema.json (about)

     1  {
     2    "version": "0.0.1",
     3    "name": "example",
     4    "resources": {
     5      "example::Foo": {
     6        "inputProperties": {
     7          "auditConfig": {
     8            "$ref": "/google-native/v0.18.2/schema.json#/types/google-native:iam/v1:AuditConfig"
     9          }
    10        },
    11        "requiredInputs": [
    12          "auditConfig"
    13        ]
    14      }
    15    },
    16    "language": {
    17      "nodejs": {
    18        "compatibility": "kubernetes20",
    19        "dependencies": {
    20          "@pulumi/google-native": "^0.11.0"
    21        }
    22      }
    23    }
    24  }