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