mservicetech / openapi-schema-validation

Apache License 2.0
15 stars 9 forks source link

Query parameter deserialization #35

Closed daglem closed 4 months ago

daglem commented 8 months ago

I'm creating this as a draft pull request, to be rebased against main after #33 is (hopefully) merged.

The PR has been rebased and ready for review / merge.

daglem commented 4 months ago

@stevehu Can you please merge this? It's necessary in order to validate e.g. query parameters on the form foo=a,b,c as arrays, using explode: false in the OpenAPI spec - see the examples I added to the tests. The various combinations are specified here: https://spec.openapis.org/oas/v3.0.3#style-values