pulumi/pkg/codegen/internal/test/testdata/regress-8403/schema.json

23 lines
420 B
JSON
Raw Normal View History

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