aws-cloudformation / aws-cloudformation/cloudformation-cli
Build failing on Writing generated docs step
Open
- Dominant language
- Python
- Stars
- 336
- Forks
- 172
- Avg merge
- 3d 5m
- Merged PRs (30d)
- 3
Description
Hi team, one of our properties can be one of multiple types. We have defined it as the following:
```
"DefaultValue": {
"oneOf": [
{
"type": "array"
},
{
"type": "boolean"
},
{
"type": "object"
},
{
"type": "string"
},
{
"type": "integer"
}
],
"description": "sampletext"
},
```
we are unable to build successfully and it seems to be failing on rpdkGenerateSource in the writing docs generating step.
Contributor guide
Assessment
This issue has not been assessed yet.