blob: 089c53603516f4e98bf8414c8920442c5dfb9265 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
{
"$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"
}
|