{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "id": "http://api.iadvize.com/connectors/jsonschemas/bot/external-bot.json",
  "type": "array",
  "title": "iAdvize schema - interaction / bot / external bot",
  "items": {
    "type": "object",
    "additionalProperties": false,
    "properties": {
      "idBot": {
        "type": "string"
      },
      "name": {
        "type": "string"
      },
      "description": {
        "type": "string"
      },
      "editorUrl": {
        "type": "string",
        "format": "uri"
      }
    },
    "required": [
      "idBot",
      "name",
      "editorUrl"
    ]
  }
}
