{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/HttpCustomHeader", "title": "HttpCustomHeader", "type": "object", "additionalProperties": true, "properties": { "header": { "type": "string", "description": "HTTP header name" }, "value": { "type": "string", "description": "HTTP header value" } } }