aws-cloudformation / aws-cloudformation/cloudformation-cli

Build failing on Writing generated docs step

Open
#1,057 3 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.