2022-10-17 16:37:07 +00:00
|
|
|
{
|
|
|
|
"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,
|
2023-06-14 16:34:49 +00:00
|
|
|
"importBasePath": "hyphenated-symbols/repro",
|
2022-10-17 16:37:07 +00:00
|
|
|
"liftSingleValueMethodReturns": true
|
|
|
|
}
|
|
|
|
}
|
2023-06-14 16:34:49 +00:00
|
|
|
}
|