{
  "$schema": "http://json-schema.org/schema",
  "$id": "eagami-ui-ng-add",
  "title": "Eagami UI ng-add schematic",
  "type": "object",
  "properties": {
    "project": {
      "type": "string",
      "description": "The project to set up Eagami UI in.",
      "$default": {
        "$source": "projectName"
      }
    }
  },
  "additionalProperties": false
}
