openapi: 3.2.0 info: title: API version: 1.0.0 components: pathItems: my-path-item: parameters: - name: myquerystring in: querystring content: application/json: schema: type: string - name: myquery in: query schema: type: string get: {}