summaryrefslogtreecommitdiff
path: root/spec/fixtures/api/schemas/registry/tags.json
blob: c72f957459a977aec25ae9c38bddb93d0fde1dda (plain)
1
2
3
4
5
6
{
    "type": "array",
    "items": {
        "$ref": "tag.json"
    }
}