{
  "$id": "https://firefox-ci-tc.services.mozilla.com/schemas/notify/v1/notification-message.json#",
  "$schema": "https://firefox-ci-tc.services.mozilla.com/schemas/common/metaschema.json#",
  "additionalProperties": false,
  "description": "This can be pretty much anything you want it to be.\n",
  "properties": {
    "message": {
      "description": "Arbitrary message.\n",
      "title": "Message",
      "type": "object"
    },
    "version": {
      "description": "Message version",
      "enum": [
        1
      ],
      "type": "integer"
    }
  },
  "required": [
    "message"
  ],
  "title": "Notification Message",
  "type": "object"
}