Cloudflare · Schema

MessageInput

AI GatewayAPI GatewayArtificial IntelligenceCDNCloudContainersDDoS ProtectionDNSEdgeEdge ComputingObject StoragePlatformReal-Time CommunicationSecurityServerlessWeb Performance

Properties

Name Type Description
body string The message body content.
content_type string The content type of the message body.
View JSON Schema on GitHub

JSON Schema

cloudflare-queues-message-input-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "MessageInput",
  "type": "object",
  "properties": {
    "body": {
      "type": "string",
      "description": "The message body content."
    },
    "content_type": {
      "type": "string",
      "description": "The content type of the message body."
    }
  }
}