summaryrefslogtreecommitdiffstats
path: root/schema/json/taglist.json
diff options
context:
space:
mode:
Diffstat (limited to 'schema/json/taglist.json')
-rw-r--r--schema/json/taglist.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/schema/json/taglist.json b/schema/json/taglist.json
new file mode 100644
index 0000000..4043183
--- /dev/null
+++ b/schema/json/taglist.json
@@ -0,0 +1,10 @@
+{
+ "$id": "https://lintian.debian.org/schema/json/lintian/taglist.json",
+ "$schema": "http://json-schema.org/draft-07/schema#",
+ "description": "A tag list from lintian-explain-tags",
+ "items": {
+ "$ref": "/schema/json/lintian/tag.json"
+ },
+ "title": "Lintian Tag Explanations",
+ "type": "array"
+}