{
  "$id": "https://firefox-ci-tc.services.mozilla.com/schemas/notify/v1/pulse-request.json#",
  "$schema": "https://firefox-ci-tc.services.mozilla.com/schemas/common/metaschema.json#",
  "additionalProperties": false,
  "description": "Request to post a message on pulse.\n",
  "properties": {
    "message": {
      "description": "Pulse message to send as plain text.\n",
      "type": "object"
    },
    "routingKey": {
      "description": "Routing-key to use when posting the message.\n",
      "maxLength": 255,
      "type": "string"
    }
  },
  "required": [
    "routingKey",
    "message"
  ],
  "title": "Post Pulse Message Request",
  "type": "object"
}