diff --git a/fileformats.schema.json b/fileformats.schema.json index 6c234cf..c84a4c7 100644 --- a/fileformats.schema.json +++ b/fileformats.schema.json @@ -2,8 +2,9 @@ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "actions", "type": "object", + "additionalProperties": false, "patternProperties": { - ".*": { + ".+": { "type": "object", "required": [ "name",