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