pulumi/tests/testdata/codegen/schema/bad-methods-5.json

30 lines
630 B
JSON

{
"name": "xyz",
"version": "0.0.1",
"resources": {
"xyz:index:Foo": {
"methods": {
"bar": "xyz:index:Foo/bar"
}
}
},
"functions": {
"xyz:index:Foo/bar": {
"inputs": {
"properties": {
"someArg": {
"type": "string"
}
}
},
"outputs": {
"properties": {
"someValue": {
"type": "string"
}
}
}
}
}
}