diff --git a/internal/spec/uci/schema.json b/internal/spec/uci/schema.json index 7512dc1..9119cbd 100644 --- a/internal/spec/uci/schema.json +++ b/internal/spec/uci/schema.json @@ -69,7 +69,7 @@ "options": { "anyOf": [ { - "type": ["array"], + "type": "array", "items": { "$ref": "#/$defs/option" } @@ -78,7 +78,7 @@ ] } }, - "required": ["name", "options"], + "required": ["name"], "additionalProperties": false }, "option": {