{
  "$schema": "http://json-schema.org/draft-07/schema",
  "$id": "SemmetAngularE2e",
  "title": "Semmet Angular E2E Options Schema",
  "type": "object",
  "description": "Configures Playwright e2e support for an Angular workspace.",
  "additionalProperties": false,
  "properties": {
    "project": {
      "type": "string",
      "description": "Angular project that owns the E2E harness.",
      "$default": {
        "$source": "projectName"
      }
    },
    "registerRoute": {
      "type": "boolean",
      "default": false,
      "description": "Register /__semmet-e2e in a recognized app.routes.ts. Keep this route out of production builds."
    }
  }
}
