{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "AppraisalSessionStatus", "type": "string", "enum": [ "NOT_STARTED", "IN_PROGRESS", "COMPLETED" ] }