pulumi/pkg/codegen/internal/test/testdata/schema/bad-inouts-1.json

21 lines
300 B
JSON

{
"version": "0.0.1",
"name": "example",
"resources": {
"example::Resource": {
"inoutProperties": {
"foo": {
"type": "frob"
}
},
"type": "object"
}
},
"language": {
"csharp": {},
"go": {},
"nodejs": {},
"python": {}
}
}