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