{ "type": "object", "properties": { "headerName": { "type": "string", "example": "example_value" }, "headerValue": { "type": "string", "example": "example_value" }, "id": { "type": "string", "example": "abc123" }, "sequenceNumber": { "type": "integer", "example": 10 } }, "required": [ "headerName", "headerValue", "id", "sequenceNumber" ], "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "CustomHeader1" }