{
    "$schema": "http://json-schema.org/schema",
    "$id": "@lessify/angular-tools/i18n-export-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"
        },
        "pattern": {
            "type": "string",
            "description": "File pattern selection. Defaults : '.i18n.json$'",
            "alias": "p"
        }
    },
    "additionalProperties": false
}
