diff --git a/src/schemas/optionsSchema.json b/src/schemas/optionsSchema.json index 10588e0..8b43606 100644 --- a/src/schemas/optionsSchema.json +++ b/src/schemas/optionsSchema.json @@ -5,11 +5,12 @@ "type": "string" }, "filetypes": { - "patternGroups": { - ".*": { + "patternProperties": { + "\\..*": { "type": "string" } }, + "additionalProperties": false, "type": "object" }, "generateScopedName": {