Schema network-links.json
Resolve referenced schemas (may reorder keys)
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "array",
"description": "A list of network links.",
"title": "List of network links.",
"items": {
"$ref": "network-link.json"
},
"minItems": 0,
"uniqueItems": true
}