{
	"$schema": "http://json-schema.org/schema",
	"$id": "ng-bootstrap-ng-add",
	"title": "ng-bootstrap ng-add schematic",
	"type": "object",
	"properties": {
		"project": {
			"type": "string",
			"description": "Name of the project",
			"$default": {
				"$source": "projectName"
			}
		}
	}
}
