{
  "$schema": "https://json-schema.org/draft-07/schema",
  "$id": "https://json-schema.org/draft-07/schema",
  "title": "Build builder",
  "description": "Build a Nuxt.js app",
  "type": "object",
  "properties": {
    "root": {
      "description": "The source root",
      "type": "string"
    },
    "outputPath": {
      "description": "The distribution build directory",
      "type": "string"
    }
  },
  "required": []
}
