pulumi/pkg/codegen/internal/test/testdata/regress-8403/schema.json
Anton Tayanovskyy 4d4ff9f1d6
Fixes 8403 name conflicts in Go codegen (#8492)
* Apply fn renaming on Result name conflict

* Add tests

* Add test declaration to test driver

* Accept baselines for other langs
2021-11-24 20:13:47 -05:00

23 lines
420 B
JSON

{
"version": "0.0.1",
"name": "mongodbatlas",
"types": {
"mongodbatlas::getCustomDbRolesResult": {
"type": "object"
}
},
"functions": {
"mongodbatlas::getCustomDbRoles": {
"inputs": {},
"outputs": {
"type": "object",
"properties": {
"result": {
"$ref": "#/types/mongodbatlas::getCustomDbRolesResult"
}
}
}
}
}
}