openapi: 3.2.0 info: title: API version: 1.0.0 components: pathItems: my-path-item: get: description: a query parameter cannot be used together with a querystring parameter parameters: - name: myquerystring in: querystring content: application/json: schema: type: string - name: myquery in: query schema: type: string