{
    "$schema": "http://json-schema.org/draft-04/schema#",
    "title": "EntityDisplayType",
    "description": "Entity Display Type",
    "enum": [
        "MAP_VIEW",
        "LIST_VIEW"
    ]
}