{
    "$schema": "http://json-schema.org/draft-04/schema#",
    "description": "Describes a String Parameter Constraint",
    "properties": {
        "enum": {
            "items": {
                "type": "string"
            },
            "minItems": 1,
            "type": "array"
        }
    },
    "title": "String Parameter Constraint",
    "type": "object"
}
