{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://api-evangelist.github.io/drchrono/json-schema/telemedicineappointmenteventlog.json", "title": "TelemedicineAppointmentEventLog", "required": [], "type": "object", "properties": { "timestamp": { "readOnly": true, "type": "string", "description": "", "title": "Timestamp" }, "description": { "readOnly": true, "type": "string", "description": "", "title": "Description" }, "event_type": { "readOnly": true, "type": "string", "description": "", "title": "Event type" } }, "x-verbose-required": [] }