diff --git a/lib/options.json b/lib/options.json index f1b194aa..0d63647b 100644 --- a/lib/options.json +++ b/lib/options.json @@ -16,6 +16,9 @@ "exec": { "type": "boolean" }, + "ident": { + "type": "string" + }, "parser": { "type": [ "string", "object" ] }, @@ -36,5 +39,5 @@ "type": [ "string", "boolean" ] } }, - "additionalProperties": true + "additionalProperties": false }