{
  "$schema": "http://json-schema.org/draft-07/schema",
  "$id": "SemmetAngularNgAdd",
  "title": "Semmet Angular ng-add Options Schema",
  "type": "object",
  "description": "Configures Semmet Angular in an Angular workspace.",
  "additionalProperties": false,
  "properties": {
    "project": {
      "type": "string",
      "description": "The name of the project to configure.",
      "$default": { "$source": "projectName" }
    },
    "saveDev": {
      "type": "boolean",
      "default": false,
      "description": "Accepted from Angular CLI when ng add is invoked with --save-dev."
    }
  }
}
