{
    "$schema": "http://json-schema.org/draft-04/schema#",
    "title": "RangeType",
    "description": "range type",
    "enum": [
        "SMALL",
        "MEDIUM",
        "LARGE",
        "SPECIFIC"
    ]
}