{
    "$schema": "http://json-schema.org/draft-04/schema",
    "description": "Describes the Stream Compatibility Management API /senders/{senderId} base resource",
    "items": {
        "enum": [
            "constraints/",
            "inputs/",
            "status/"
        ],
        "type": "string"
    },
    "maxItems": 3,
    "minItems": 3,
    "title": "Stream Compatibility Management API /senders/{senderId} base resource",
    "type": "array",
    "uniqueItems": true
}
