{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/VerificationRequest", "title": "VerificationRequest", "properties": { "candidate_id": { "type": "string" }, "created_at": { "format": "date-time", "type": "string" }, "id": { "type": "string" }, "package_id": { "type": "string" }, "parameters": { "$ref": "#/components/schemas/property_VerificationRequest_parameters" }, "profile_addresses": { "$ref": "#/components/schemas/property_VerificationRequest_profile_addresses" }, "profile_date_of_birth": { "type": "string" }, "profile_emails": { "$ref": "#/components/schemas/property_VerificationRequest_profile_emails" }, "profile_gender": { "enum": [ "MALE", "FEMALE", "INTERSEX", "TRANS", "NON_BINARY" ], "type": "string", "x-speakeasy-unknown-values": "allow" }, "profile_ip_address": { "type": "string" }, "profile_name": { "type": "string" }, "profile_national_identifier": { "type": "string" }, "profile_telephones": { "$ref": "#/components/schemas/property_VerificationRequest_profile_telephones" }, "raw": { "additionalProperties": true, "type": "object" }, "response_completed_at": { "format": "date-time", "type": "string" }, "response_details": { "$ref": "#/components/schemas/property_VerificationRequest_response_details" }, "response_download_urls": { "$ref": "#/components/schemas/property_VerificationRequest_response_download_urls" }, "response_expires_at": { "format": "date-time", "type": "string" }, "response_issued_at": { "format": "date-time", "type": "string" }, "response_redirect_url": { "type": "string" }, "response_score": { "type": "number" }, "response_source": { "type": "string" }, "response_status": { "enum": [ "COMPLETED", "FAILED", "PASSED", "PENDING" ], "type": "string", "x-speakeasy-unknown-values": "allow" }, "target_url": { "type": "string" }, "updated_at": { "format": "date-time", "type": "string" } }, "type": "object" }