{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "SortType", "type": "string", "default": "TEXT", "enum": [ "TEXT", "NUMERIC" ] }