diff --git a/etc/schema.json b/etc/schema.json index 6d319c48f6..e9ca6f0fe7 100644 --- a/etc/schema.json +++ b/etc/schema.json @@ -3619,6 +3619,13 @@ }, "user": { "type": "string" + }, + "version": { + "type": "string", + "optional": true + }, + "warning": { + "type": "boolean" } }, "additionalProperties": false