{
  "version": 2,
  "outputCapture": "direct-nodejs",
  "$schema": "http://json-schema.org/schema",
  "cli": "nx",
  "title": "Serve executor",
  "description": "",
  "type": "object",
  "properties": {
    "meshYmlPath": {
      "description": "Path to where the .meshrc.yml file is located",
      "type": "string"
    },
    "port": {
      "description": "Port to serve the application",
      "type": "number"
    },
    "envFile": {
      "description": "Path to where the .env file is located",
      "type": "string"
    }
  },
  "required": ["meshYmlPath"]
}
