pulumi/pkg/codegen/testing/test/testdata/schema/bad-property-2.json

15 lines
221 B
JSON

{
"name": "fake-provider",
"version": "0.0.1",
"resources": {
"fake-provider:index:typ": {
"properties": {
"id": {
"type": "boolean"
}
},
"type": "object"
}
}
}