{
  "id": "PerformanceBuilderSchema",
  "title": "Performance builder",
  "description": "Performance builder options",
  "properties": {
    "threshold": {
      "type": "number",
      "description": "Lighthouse performance minimum score threshold (0.0 - 1.0)",
      "default": 0.75
    },
    "port": {
      "type": "string",
      "description": "Port (or range) to run server for test",
      "default": "4300-4399"
    },
    "project": {
      "type": "string",
      "description": "Project to run performance test against"
    }
  },
  "required": ["project"]
}
