diff --git a/schema/entries.json b/schema/entries.json index 3812debbdcb..b16c17e86a7 100644 --- a/schema/entries.json +++ b/schema/entries.json @@ -65,7 +65,11 @@ "note": { "not" : {} }, "tags": { "not" : {} } }, - "required": ["name", "brand"] + "oneOf": [ + { "required": ["brand"] }, + { "required": ["operator"] }, + { "required": ["network"] } + ] } } }