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

     1  {
     2    "name": "example",
     3    "version": "0.0.1",
     4    "resources": {
     5      "example::Child": {
     6        "properties": {
     7          "parent": {
     8            "$ref": "#/types/example::Person"
     9          },
    10          "happy": {
    11            "type": "boolean"
    12          }
    13        }
    14      }
    15    },
    16    "types": {
    17      "example::Person": {
    18        "type": "object",
    19        "properties": {
    20          "parent": {
    21            "$ref": "#/types/example::Person"
    22          },
    23          "alive": {
    24            "type": "boolean"
    25          }
    26        }
    27      }
    28    }
    29  }