From 55d7eabc79d41e073cc4592c350c1f4c7f527eb3 Mon Sep 17 00:00:00 2001 From: Carlos A Becker Date: Sat, 12 Feb 2022 14:22:26 -0300 Subject: [PATCH] docs: update schema Signed-off-by: Carlos A Becker --- www/docs/static/schema-pro.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/www/docs/static/schema-pro.json b/www/docs/static/schema-pro.json index 1ebe1d710..6900d6f1b 100644 --- a/www/docs/static/schema-pro.json +++ b/www/docs/static/schema-pro.json @@ -1499,6 +1499,12 @@ "signature": { "$schema": "http://json-schema.org/draft-04/schema#", "$ref": "#/definitions/NFPMDebSignature" + }, + "lintian_overrides": { + "items": { + "type": "string" + }, + "type": "array" } }, "additionalProperties": false,