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