github.com/myhau/pulumi/pkg/v3@v3.70.2-0.20221116134521-f2775972e587/codegen/testing/test/testdata/schema/replace-on-changes-1.json (about)

     1  {
     2    "version": "0.0.1",
     3    "name": "example",
     4    "resources": {
     5      "example::Dog": {
     6        "properties": {
     7          "bone": {
     8            "type": "string",
     9            "replaceOnChanges": true
    10          }
    11        }
    12      }
    13    }
    14  }