mirror of https://github.com/pulumi/pulumi.git
21 lines
341 B
JSON
21 lines
341 B
JSON
![]() |
{
|
||
|
"name": "xyz",
|
||
|
"version": "0.0.1",
|
||
|
"functions": {
|
||
|
"xyz:index:basic": {
|
||
|
"multiArgumentInputs": ["value"],
|
||
|
"inputs": {
|
||
|
"properties": {
|
||
|
"value": {
|
||
|
"type": "number"
|
||
|
}
|
||
|
},
|
||
|
"required": ["value"]
|
||
|
},
|
||
|
"outputs": {
|
||
|
"type": "number"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|