{
    "$id": "https://www.amwa.tv/event_and_tally/base.json",
    "$schema": "http://json-schema.org/draft-04/schema#",
    "description": "Describes the Events API base resource",
    "items": {
        "enum": [
            "sources/"
        ],
        "maxItems": 1,
        "minItems": 1,
        "type": "string",
        "uniqueItems": true
    },
    "title": "Events API base resource",
    "type": "array"
}
