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

12 lines
191 B
JSON

{
"name": "xyz",
"version": "0.0.1",
"resources": {
"xyz:index:Foo": {
"methods": {
"bar": "xyz:index:Foo/bar"
}
}
}
}