2021-04-29 19:30:01 +00:00
|
|
|
{
|
|
|
|
"version": "0.0.1",
|
|
|
|
"name": "example",
|
|
|
|
"types": {
|
|
|
|
"example::Foo": {
|
|
|
|
"properties": {
|
|
|
|
"a": {
|
2021-09-15 16:49:36 +00:00
|
|
|
"type": "boolean",
|
|
|
|
"plain": true
|
2021-04-29 19:30:01 +00:00
|
|
|
},
|
|
|
|
"b": {
|
2021-09-15 16:49:36 +00:00
|
|
|
"type": "boolean",
|
|
|
|
"plain": true
|
2021-04-29 19:30:01 +00:00
|
|
|
},
|
|
|
|
"c": {
|
2021-09-15 16:49:36 +00:00
|
|
|
"type": "integer",
|
|
|
|
"plain": true
|
2021-04-29 19:30:01 +00:00
|
|
|
},
|
|
|
|
"d": {
|
2021-09-15 16:49:36 +00:00
|
|
|
"type": "integer",
|
|
|
|
"plain": true
|
2021-04-29 19:30:01 +00:00
|
|
|
},
|
|
|
|
"e": {
|
2021-09-15 16:49:36 +00:00
|
|
|
"type": "string",
|
|
|
|
"plain": true
|
2021-04-29 19:30:01 +00:00
|
|
|
},
|
|
|
|
"f": {
|
2021-09-15 16:49:36 +00:00
|
|
|
"type": "string",
|
|
|
|
"plain": true
|
2021-04-29 19:30:01 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"required": ["a", "c", "e"],
|
|
|
|
"type": "object"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"resources": {
|
|
|
|
"example::Component": {
|
|
|
|
"isComponent": true,
|
|
|
|
"properties": {
|
|
|
|
"a": {
|
|
|
|
"type": "boolean"
|
|
|
|
},
|
|
|
|
"b": {
|
|
|
|
"type": "boolean"
|
|
|
|
},
|
|
|
|
"c": {
|
|
|
|
"type": "integer"
|
|
|
|
},
|
|
|
|
"d": {
|
|
|
|
"type": "integer"
|
|
|
|
},
|
|
|
|
"e": {
|
|
|
|
"type": "string"
|
|
|
|
},
|
|
|
|
"f": {
|
|
|
|
"type": "string"
|
|
|
|
},
|
|
|
|
"foo": {
|
|
|
|
"$ref": "#/types/example::Foo"
|
|
|
|
},
|
|
|
|
"bar": {
|
|
|
|
"$ref": "#/types/example::Foo"
|
|
|
|
},
|
|
|
|
"baz": {
|
|
|
|
"type": "array",
|
|
|
|
"items": {
|
|
|
|
"$ref": "#/types/example::Foo"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"required": ["a", "c", "e"],
|
|
|
|
"inputProperties": {
|
|
|
|
"a": {
|
2021-09-15 16:49:36 +00:00
|
|
|
"type": "boolean",
|
|
|
|
"plain": true
|
2021-04-29 19:30:01 +00:00
|
|
|
},
|
|
|
|
"b": {
|
2021-09-15 16:49:36 +00:00
|
|
|
"type": "boolean",
|
|
|
|
"plain": true
|
2021-04-29 19:30:01 +00:00
|
|
|
},
|
|
|
|
"c": {
|
2021-09-15 16:49:36 +00:00
|
|
|
"type": "integer",
|
|
|
|
"plain": true
|
2021-04-29 19:30:01 +00:00
|
|
|
},
|
|
|
|
"d": {
|
2021-09-15 16:49:36 +00:00
|
|
|
"type": "integer",
|
|
|
|
"plain": true
|
2021-04-29 19:30:01 +00:00
|
|
|
},
|
|
|
|
"e": {
|
2021-09-15 16:49:36 +00:00
|
|
|
"type": "string",
|
|
|
|
"plain": true
|
2021-04-29 19:30:01 +00:00
|
|
|
},
|
|
|
|
"f": {
|
2021-09-15 16:49:36 +00:00
|
|
|
"type": "string",
|
|
|
|
"plain": true
|
2021-04-29 19:30:01 +00:00
|
|
|
},
|
|
|
|
"foo": {
|
|
|
|
"$ref": "#/types/example::Foo"
|
|
|
|
},
|
|
|
|
"bar": {
|
2021-09-15 16:49:36 +00:00
|
|
|
"$ref": "#/types/example::Foo",
|
|
|
|
"plain": true
|
2021-04-29 19:30:01 +00:00
|
|
|
},
|
|
|
|
"baz": {
|
|
|
|
"type": "array",
|
|
|
|
"items": {
|
|
|
|
"$ref": "#/types/example::Foo"
|
2021-06-24 16:17:55 +00:00
|
|
|
},
|
|
|
|
"plain": true
|
2021-04-29 19:30:01 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"requiredInputs": ["a", "c", "e"],
|
|
|
|
"type": "object"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"language": {
|
|
|
|
"go": {
|
2023-06-14 19:59:47 +00:00
|
|
|
"importBasePath": "simple-plain-schema-with-root-package",
|
2021-12-10 23:35:24 +00:00
|
|
|
"rootPackageName": "different",
|
|
|
|
"generateExtraInputTypes": true
|
2021-04-29 19:30:01 +00:00
|
|
|
},
|
2021-09-15 16:49:36 +00:00
|
|
|
"nodejs": {
|
|
|
|
"dependencies": {
|
|
|
|
"@pulumi/pulumi": "^3.12"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"typescript": "^3.7.0"
|
|
|
|
}
|
|
|
|
},
|
2021-04-29 19:30:01 +00:00
|
|
|
"python": {}
|
|
|
|
}
|
|
|
|
}
|