{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "type": "object",
  "properties": {
    "stackstorm": {
      "type": "object",
      "properties": {
        "webUrl": {
          "type": "string",
          "description": "StackStorm Web UI url Used in links to StackStorm web UI",
          "visibility": "frontend"
        }
      },
      "required": [
        "webUrl"
      ]
    }
  }
}
