You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(apigateway): additionalProperties in RestApi Model supports JsonSchema type (#8848)
As per: https://json-schema.org/understanding-json-schema/reference/object.html, the additionalProperties can be boolean or JsonSchema.
JsonSchema was previously supported by APIGateway but It was removed for some reason here: 73a1de1.
fixes#8069
----
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
0 commit comments