{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "OrderSort", "type": "string", "enum": [ "LAST_UPDATE_ASC", "LAST_UPDATE_DESC" ] }