{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/UpdateApplicationStageRequest", "title": "UpdateApplicationStageRequest", "type": "object", "properties": { "job_interview_stage": { "type": [ "string", "null" ], "format": "uuid", "description": "The interview stage to move the application to." }, "remote_user_id": { "type": "string" } } }