{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "ActivitySort", "description": "Sorting by data update time", "type": "string", "enum": [ "LATEST_FIRST", "EARLIEST_FIRST" ] }