diff --git a/schema/metadata/clientDefs.json b/schema/metadata/clientDefs.json index ab2ceacc6a..c199908e2b 100644 --- a/schema/metadata/clientDefs.json +++ b/schema/metadata/clientDefs.json @@ -1113,7 +1113,13 @@ "data": { "type": "object", "description": "Additional data. Not used for logic.", - "additionalProperties": true + "additionalProperties": true, + "properties": { + "field": { + "type": "string", + "description": "A field." + } + } } }, "required": ["type"]