{
    "$schema": "http://json-schema.org/schema",
    "$id": "@lessify/angular-tools/i18n-import-csv",
    "title": "i18n merge options schema",
    "description": "merge i18n files in one",
    "type": "object",
    "properties": {
        "cwd": {
            "type": "string",
            "description": "The current working directory in which to search. Defaults : './src/app/'",
            "format": "path"
        },
        "output": {
            "type": "string",
            "description": "Output file path that will contain all merged value. Default: './src/assets/i18n/en.json'",
            "format": "path",
            "alias": "o"
        }
    },
    "additionalProperties": false
}
