{
    "$schema": "http://json-schema.org/draft-04/schema#",
    "description": "List of channels in an input",
    "items": {
        "properties": {
            "label": {
                "type": "string"
            }
        },
        "required": [
            "label"
        ],
        "type": "object"
    },
    "minItems": 1,
    "title": "Input channel resource",
    "type": "array"
}
