pulumi/tests/testdata/simple_schema/schema.json

22 lines
462 B
JSON

{
"version": "0.0.1",
"name": "simple",
"resources": {
"simple:index:SomeResource": {
"properties": {
"a": {
"type": "boolean"
}
},
"required": [
"a"
],
"inputProperties": {
"a": {
"type": "boolean"
}
},
"type": "object"
}
}
}