{
  "$schema": "http://json-schema.org/schema",
  "version": 2,
  "title": "Setup executor",
  "description": "",
  "type": "object",
  "properties": {
    "command": {
      "type": "string",
      "enum": ["cert", "network-up", "network-down", "up", "down", "logs", "start", "stop", "open"],
      "description": "Sub command to run"
    }
  },
  "required": ["command"]
}
