begin
        jsonmodel_type = obj["jsonmodel_type"]
        prefix = opts[:plugin] ? 'plugins.' : ''
        schema = JSONModel(jsonmodel_type).schema
        if (schema["properties"][name].has_key?('dynamic_enum'))