github.com/myhau/pulumi/pkg/v3@v3.70.2-0.20221116134521-f2775972e587/codegen/testing/test/testdata/resource-args-python/schema.json (about)

     1  {
     2    "version": "0.0.1",
     3    "name": "example",
     4    "types": {
     5      "example::Pet": {
     6        "properties": {
     7          "name": {
     8            "type": "string"
     9          }
    10        },
    11        "type": "object"
    12      }
    13    },
    14    "resources": {
    15      "example::Pet": {
    16        "properties": {
    17          "name": {
    18            "type": "string"
    19          }
    20        },
    21        "inputProperties": {
    22          "name": {
    23            "type": "string"
    24          }
    25        },
    26        "type": "object"
    27      },
    28      "example::Person": {
    29        "properties": {
    30          "name": {
    31            "type": "string"
    32          },
    33          "pets": {
    34            "type": "array",
    35            "items": {
    36              "$ref": "#/types/example::Pet"
    37            }
    38          }
    39        },
    40        "inputProperties": {
    41          "name": {
    42            "type": "string"
    43          },
    44          "pets": {
    45            "type": "array",
    46            "items": {
    47              "$ref": "#/types/example::Pet"
    48            }
    49          }
    50        },
    51        "type": "object"
    52      }
    53    },
    54    "language": {
    55      "csharp": {
    56        "projectReferences": [
    57          "..\\..\\..\\..\\..\\..\\..\\sdk\\dotnet\\Pulumi\\Pulumi.csproj"
    58        ]
    59      },
    60      "go": {
    61        "generateResourceContainerTypes": true,
    62        "generateExtraInputTypes": true
    63      },
    64      "nodejs": {
    65        "dependencies": {
    66          "@pulumi/pulumi": "^3.12"
    67        },
    68        "devDependencies": {
    69          "typescript": "^3.7.0"
    70        }
    71      },
    72      "python": {}
    73    }
    74  }