{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/CandidateEndpointRequest", "title": "CandidateEndpointRequest", "type": "object", "properties": { "model": { "$ref": "#/components/schemas/CandidateRequest" }, "remote_user_id": { "type": "string" } }, "required": [ "model", "remote_user_id" ] }