mirror of https://gitee.com/openkylin/lintian.git
17 lines
390 B
JSON
17 lines
390 B
JSON
{
|
|
"$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"
|
|
}
|