lintian/schema/json/override.json

17 lines
390 B
JSON
Raw Normal View History

2022-09-27 19:17:19 +08:00
{
"$id": "https://lintian.debian.org/schema/json/lintian/override.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"description": "A Lintian override",
"properties": {
"justification": {
"description": "Distributor's justification",
"type": "string"
}
},
"required": [
"justification"
],
"title": "Lintian Override",
"type": "object"
}