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,