{
    "format": { "type": "string" },
    "lang": { "type": "string" },
    "excludeFiles": { "type": "array" },
    "fileExtensions": { "type": "array" },
    "dictionary": { "type": "array" },
    "report": { "type": "array" },
    "checkYo": { "type": "boolean" },
    "findRepeatWords": { "type": "boolean" },
    "ignoreTags": { "type": "array" },
    "ignoreText": { "type": "array" },
    "ignoreCapitalization": { "type": "boolean" },
    "ignoreDigits": { "type": "boolean" },
    "ignoreUrls": { "type": "boolean" },
    "maxRequests": { "type": "number" }
}