{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/AtsInterview", "title": "AtsInterview", "properties": { "application_id": { "type": "string" }, "candidate_id": { "type": "string" }, "created_at": { "format": "date-time", "type": "string" }, "end_at": { "format": "date-time", "type": "string" }, "external_event_xref": { "type": "string" }, "id": { "type": "string" }, "job_id": { "type": "string" }, "location": { "type": "string" }, "raw": { "additionalProperties": true, "type": "object" }, "start_at": { "format": "date-time", "type": "string" }, "status": { "enum": [ "SCHEDULED", "AWAITING_FEEDBACK", "COMPLETE", "CANCELED", "NEEDS_SCHEDULING" ], "type": "string", "x-speakeasy-unknown-values": "allow" }, "updated_at": { "format": "date-time", "type": "string" }, "user_ids": { "$ref": "#/components/schemas/property_AtsInterview_user_ids" } }, "type": "object" }