mirror of https://github.com/pulumi/pulumi.git
40 lines
1012 B
JSON
40 lines
1012 B
JSON
{
|
|
"name": "repro",
|
|
"version": "0.1.0",
|
|
"resources": {
|
|
"repro:index:Foo": {
|
|
"properties": {
|
|
"conditionSets": {
|
|
"type": "array",
|
|
"items": {
|
|
"type": "array",
|
|
"items": {
|
|
"type": "array",
|
|
"items": {
|
|
"$ref": "#/types/repro:index:Bar"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"types": {
|
|
"repro:index:Bar": {
|
|
"type": "object",
|
|
"properties": {
|
|
"has-a-hyphen": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"language": {
|
|
"go": {
|
|
"generateResourceContainerTypes": true,
|
|
"importBasePath": "hyphenated-symbols/repro",
|
|
"liftSingleValueMethodReturns": true
|
|
}
|
|
}
|
|
}
|