This is the HTML part
" }, "reply_to": { "oneOf": [ { "type": "null" }, { "$ref": "#/components/schemas/FromHeader", "description": "Set the Reply-To: header" } ] }, "subject": { "type": [ "string", "null" ], "description": "Set the Subject: header" }, "text_body": { "type": [ "string", "null" ], "description": "If set, will be used to create a text/plain part", "example": "This is the plain text part" } } } ], "description": "The message content.\nCan either be a fully formed MIME message, or a json\nobject describing the MIME structure that should be created." }, "DispatcherPhase": { "oneOf": [ { "type": "string", "enum": [ "Starting" ] }, { "type": "object", "required": [ "AcquiringLease" ], "properties": { "AcquiringLease": { "type": "object", "required": [ "label" ], "properties": { "label": { "type": "string" } } } } }, { "type": "string", "enum": [ "Idle" ] }, { "type": "object", "required": [ "AccumulatingBatch" ], "properties": { "AccumulatingBatch": { "type": "object", "required": [ "have", "want" ], "properties": { "have": { "type": "integer", "format": "u-int32", "minimum": 0 }, "want": { "type": "integer", "format": "u-int32", "minimum": 0 } } } } }, { "type": "string", "enum": [ "ConnectionRateThrottled" ] }, { "type": "string", "enum": [ "MessageRateThrottled" ] }, { "type": "string", "enum": [ "AttemptingConnection" ] }, { "type": "string", "enum": [ "DeliveringMessage" ] }, { "type": "string", "enum": [ "Closing" ] } ], "description": "Phase of a dispatcher task within a ready queue.\n\n{{since('dev')}}" }, "DispatcherSummary": { "type": "object", "description": "Per-dispatcher summary returned by the inspect-ready-q endpoint.\n\n{{since('dev')}}", "required": [ "session_id", "started_at", "age", "phase", "time_in_current_phase", "messages_delivered", "messages_transfailed", "messages_failed", "delivered_this_connection", "overall_rate_per_sec" ], "properties": { "age": { "type": "string" }, "delivered_this_connection": { "type": "integer", "format": "u-int64", "minimum": 0 }, "detail": { "type": [ "string", "null" ] }, "messages_delivered": { "type": "integer", "format": "u-int64", "minimum": 0 }, "messages_failed": { "type": "integer", "format": "u-int64", "minimum": 0 }, "messages_transfailed": { "type": "integer", "format": "u-int64", "minimum": 0 }, "overall_rate_per_sec": { "type": "number", "format": "double" }, "phase": { "$ref": "#/components/schemas/DispatcherPhase" }, "session_id": { "type": "string", "format": "uuid" }, "started_at": { "type": "string", "format": "date-time" }, "time_in_current_phase": { "type": "string" } } }, "EffectiveCeiling": { "type": "object", "description": "Steady-state ceiling for a single throughput axis, with a tag\nfor which configuration term produced it.\n\n{{since('dev')}}", "required": [ "value", "source", "display" ], "properties": { "display": { "type": "string", "description": "Pre-formatted human display preserving the operator's\noriginal configuration units. A rate configured as\n`10000/hr` renders here as `10000/h` rather than `2.78/s`.\nFor concurrency, the integer count. For the synthetic\nreconnect-cycling ceiling, the formula\n`max_deliveries_per_connection ×