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