flaviostutz / flaviostutz/cdk-practical-constructs
wso2api: businessInformation is taken from OpenAPI document, and can't be overridden
Open
- Dominant language
- TypeScript
- Stars
- 7
- Forks
- 7
- PR merge metrics
- No merged PRs in 30d
Description
If an OpenAPI document contains contact information, this information is used for the `businessInformation` property of the wso2ApiDefinition. This default, in contrast to the other defaults that come from the OpenAPI document, can't be overridden by setting the `businessInformation` in `Wso2ApiProps.apiDefinition.businessInformation`
See [applyOpenapiAsDefaults in api-defs.ts](https://github.com/flaviostutz/cdk-practical-constructs/blob/6df0bf977f721e076972c9c6818168008d476e64/lib/src/wso2/wso2-api/api-defs.ts#L174)
Contributor guide
Assessment
This issue has not been assessed yet.