ductone / protoc-gen-apigw

Apache License 2.0
10 stars 2 forks source link

Represent unconstrained additional properties correctly in openapi.yaml #42

Closed notanthony closed 1 year ago

notanthony commented 1 year ago

The speakeasy generation is currently broken due to an issue with how we represent an unconstrained []Any. It is in the jsonschema standard to accept both true and false values in addition to schemas (see also)