{
    "$schema": "http://json-schema.org/schema",
    "$id": "fundamental-ngx-add-styles",
    "title": "Fundamental Library for Angular add-styles schematic",
    "type": "object",
    "properties": {
        "project": {
            "type": "string",
            "description": "The name of the project.",
            "$default": {
                "$source": "projectName"
            }
        },
        "fonts": {
            "type": "boolean",
            "default": true,
            "description": "Whether default fonts from theming should be added to styles file.",
            "x-prompt": "Add default font imports into styles file?"
        }
    }
}
