summaryrefslogtreecommitdiffstats
path: root/schema/json/taglist.json
blob: 4043183f6aeeeb79cedf9df8638c1d923669a98e (plain)
1
2
3
4
5
6
7
8
9
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"
}