{
  "$schema": "http://json-schema.org/draft-07/schema",
  "$id": "SemmetAngularCi",
  "title": "Semmet Angular CI Options Schema",
  "type": "object",
  "description": "Generates a GitHub Actions CI workflow using the target workspace package scripts.",
  "additionalProperties": false,
  "properties": {
    "force": {
      "type": "boolean",
      "default": false,
      "description": "Overwrite an existing CI workflow."
    },
    "name": {
      "type": "string",
      "default": "ci",
      "description": "The workflow file name to create under .github/workflows."
    }
  }
}
