1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-24 04:16:27 +02:00

docs: update schema

Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
This commit is contained in:
Carlos A Becker 2022-02-12 14:22:26 -03:00
parent 02c22ce796
commit 55d7eabc79
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

6
www/docs/static/schema-pro.json generated vendored
View File

@ -1499,6 +1499,12 @@
"signature": { "signature": {
"$schema": "http://json-schema.org/draft-04/schema#", "$schema": "http://json-schema.org/draft-04/schema#",
"$ref": "#/definitions/NFPMDebSignature" "$ref": "#/definitions/NFPMDebSignature"
},
"lintian_overrides": {
"items": {
"type": "string"
},
"type": "array"
} }
}, },
"additionalProperties": false, "additionalProperties": false,