diff --git a/resources/schema/Operations.json b/resources/schema/Operations.json index ea439a54d..dc954a324 100644 --- a/resources/schema/Operations.json +++ b/resources/schema/Operations.json @@ -87,7 +87,14 @@ "properties": { "operator": { "const": "get_codelist_attributes" } }, - "required": ["id", "operator", "name", "ct_attribute", "version"], + "required": [ + "id", + "operator", + "name", + "ct_attribute", + "version", + "target" + ], "type": "object" }, {