mirror of https://github.com/pulumi/pulumi.git
31 lines
694 B
JSON
31 lines
694 B
JSON
{
|
|
"name": "xyz",
|
|
"version": "0.0.1",
|
|
"resources": {
|
|
"xyz:index:Foo": {
|
|
"methods": {
|
|
"bar": "xyz:index:Foo/bar",
|
|
"baz": "xyz:index:Foo/bar"
|
|
}
|
|
}
|
|
},
|
|
"functions": {
|
|
"xyz:index:Foo/bar": {
|
|
"inputs": {
|
|
"properties": {
|
|
"__self__": {
|
|
"$ref": "#/resources/xyz:index:Foo"
|
|
}
|
|
}
|
|
},
|
|
"outputs": {
|
|
"properties": {
|
|
"someValue": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|