{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/AtsScorecard", "title": "AtsScorecard", "properties": { "application_id": { "type": "string" }, "candidate_id": { "type": "string" }, "comment": { "type": "string" }, "created_at": { "format": "date-time", "type": "string" }, "id": { "type": "string" }, "interview_id": { "type": "string" }, "interviewer_id": { "type": "string" }, "job_id": { "type": "string" }, "questions": { "$ref": "#/components/schemas/property_AtsScorecard_questions" }, "raw": { "additionalProperties": true, "type": "object" }, "recommendation": { "enum": [ "DEFINITELY_NO", "NO", "YES", "STRONG_YES" ], "type": "string", "x-speakeasy-unknown-values": "allow" }, "updated_at": { "format": "date-time", "type": "string" } }, "type": "object" }