triptesh1212
triptesh1212
Hi, I have the following api speficiation. ``` json { "openapi": "3.0.0", "info": { "title": "API Spec With Mandatory Header and Query Parameters", "version": "1.0.0" }, "paths": { "/api-endpoint/{id}": {...
Hi community, can we define an open api 3.0 specification where the schema of a header contains oneOf or anyOf ? ``` json { "name": "apiKey", "in": "header", "required": true,...
Hi, I have the following spec. ``` json { "openapi": "3.0.0", "info": { "title": "API Spec With Mandatory Header", "version": "1.0.0" }, "paths": { "/api-endpoint": { "get": { "summary": "Restricted...