github.com/myhau/pulumi/pkg/v3@v3.70.2-0.20221116134521-f2775972e587/codegen/testing/test/testdata/other-0.1.0.json (about)

     1  {
     2  	"$schema": "https://raw.githubusercontent.com/pulumi/pulumi/master/pkg/codegen/schema/pulumi.json",
     3  	"name": "other",
     4  	"version": "0.1.0",
     5  	"resources": {
     6  		"other:index:Thing": {
     7  			"inputProperties": {
     8  				"idea": {
     9  					"type": "string"
    10  				}
    11  			}
    12  		},
    13  		"other:module:Object": {
    14  			"inputProperties": {
    15  				"answer": {
    16  					"type": "number"
    17  				}
    18  			}
    19  		},
    20  		"other:module/sub:Object": {
    21  			"inputProperties": {
    22  				"answer": {
    23  					"type": "number"
    24  				}
    25  			}
    26  		}
    27  	},
    28  	"language": {
    29  		"nodejs": {
    30  			"packageName": "@third-party/pulumi-other"
    31  		},
    32  		"csharp": {
    33  			"rootNamespace": "ThirdParty"
    34  		},
    35  		"python": {
    36  			"packageName": "third_party"
    37  		},
    38  		"go": {
    39  			"importBasePath": "git.example.org/thirdparty/sdk/go/pkg",
    40  			"modulePath": "git.example.org/thirdparty/sdk"
    41  		}
    42  	},
    43  	"provider": {
    44  		"inputProperties": {
    45  			"name": {
    46  				"type": "string"
    47  			},
    48  			"objectProp": {
    49  				"type": "object",
    50  				"propertyNames": {
    51  					"prop1": {
    52  						"type": "string"
    53  					},
    54  					"prop2": {
    55  						"type": "string"
    56  					},
    57  					"prop3": {
    58  						"type": "string"
    59  					}
    60  				}
    61  			}
    62  		}
    63  	}
    64  }