{
  "$id": "https://schemas.sand.binaryedge.io/minion/modules/banner",
  "title": "Banner Module Body",
  "type": "object",
  "properties": {
    "banner": {
      "type": "string"
    },
    "probe": {
      "type": "string"
    }
  },
  "required": [
    "banner",
    "probe"
  ],
  "additionalProperties": false
}
