{
    "$schema": "http://json-schema.org/draft-04/schema#",
    "description": "Describes the Network Control API base resource",
    "items": {
        "enum": [
            "network-devices/",
            "endpoints/",
            "network-links/",
            "network-flows/"
        ],
        "maxItems": 4,
        "minItems": 4,
        "type": "string",
        "uniqueItems": true
    },
    "title": "Network Control API base resource",
    "type": "array"
}
