{
  "$schema": "http://json-schema.org/schema",
  "$id": "IntegrateProviderExecutor",
  "title": "Integrate provider executor",
  "type": "object",
  "properties": {
    "configuration": {
      "type": "string",
      "enum": ["local", "dev", "dev2", "qa", "prod"],
      "description": "Environment to integrate provider"
    },
    "command": {
      "type": "string",
      "description": "Command to execute from the package scripts object"
    },
    "integrationName": {
      "type": "string",
      "description": "Name of the integration"
    },
    "botId": {
      "type": "string",
      "description": "Id of the bot"
    },
    "botName": {
      "type": "string",
      "description": "Name of the bot (alternative to botId)"
    }
  },
  "additionalProperties": true
}
