pulumi/pkg/codegen/internal/test/testdata/output-funcs/funcWithConstInput.json

17 lines
422 B
JSON

{
"functions": {
"madeup-package:codegentest:funcWithConstInput": {
"description": "Codegen demo with const inputs",
"inputs": {
"type": "object",
"properties": {
"plainInput": {
"type": "string",
"const": "fixed"
}
}
}
}
}
}