From e31f7806dc0073159cc12dce7605073259105a67 Mon Sep 17 00:00:00 2001 From: Carlos A Becker Date: Tue, 30 Aug 2022 22:25:33 -0300 Subject: [PATCH] docs: update schema Signed-off-by: Carlos A Becker --- www/docs/static/schema-pro.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/www/docs/static/schema-pro.json b/www/docs/static/schema-pro.json index a19c07bd040..60a263f83ed 100644 --- a/www/docs/static/schema-pro.json +++ b/www/docs/static/schema-pro.json @@ -473,6 +473,9 @@ "$ref": "#/$defs/ChangeLogGroup" }, "type": "array" + }, + "abbrev": { + "type": "integer" } }, "additionalProperties": false,