{
  "id": "#",
  "title": "Size Limit Executor",
  "description": "A type definition for a Size Limit executor schema",
  "properties": {
    "outputPath": {
      "title": "Output Path",
      "type": "string",
      "format": "path",
      "description": "The output path for the build",
      "id": "#outputPath",
      "default": "dist/{projectRoot}"
    },
    "entry": {
      "title": "Entry",
      "type": "array",
      "description": "The path to the entry file",
      "items": {
        "type": "string",
        "format": "path"
      },
      "id": "#entry"
    }
  },
  "type": "object",
  "default": {
    "outputPath": "dist/{projectRoot}"
  }
}