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

30 lines
642 B
JSON

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