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