The HTTP header.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-cognito/refs/heads/main/json-schema/user-pools-http-header-schema.json", "title": "HttpHeader", "description": "The HTTP header.", "type": "object", "properties": { "headerName": { "allOf": [ { "$ref": "#/components/schemas/StringType" }, { "description": "The header name." } ] }, "headerValue": { "allOf": [ { "$ref": "#/components/schemas/StringType" }, { "description": "The header value." } ] } } }