amazon-api-gateway-developer-guide
amazon-api-gateway-developer-guide copied to clipboard
Update OpenAPI 3.0 known issues
During some testing today I noticed that the AWS Gateway does not except "anyOf" and "allOf" alongside "oneOf" for schema validation. See OpenAPI 3.0 documentation on data model validation for more details: https://swagger.io/docs/specification/data-models/oneof-anyof-allof-not/
Issue #, if available: None
Description of changes: added the other two options available in OpenAPI for data type validation (anyOf and allOf) to the known issues list alongside "oneOf"
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.