This tutorial covers the features added in OpenAPI 3.2 and how Membrane validates requests against them. Each step has its own OpenAPI 3.2 description and its own self-teaching configuration:
- The
QUERYHTTP method (a read operation with a request body) itemSchemafor sequential media types (validating each item of a JSON Lines stream)- The
in: querystringparameter (validating the whole query string as one typed value) - The
xml.nodeTypekeyword (mapping schema properties to XML attributes, elements or text)
To begin, open 10-QUERY-Method.apis.yaml and follow the instructions in the file.