{"openapi":"3.1.0","info":{"title":"LunaSentry Public Developer API","version":"0.1.0","description":"Curated public developer surface for LunaSentry integrations. Founder-only control-plane routes are intentionally excluded."},"paths":{"/healthz":{"get":{"summary":"Healthz","operationId":"healthz_healthz_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Healthz Healthz Get"}}}}}}},"/v1/public/site-checks":{"post":{"tags":["public-requests"],"summary":"Submit Public Site Check","operationId":"submit_public_site_check_v1_public_site_checks_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PublicSiteCheckRequestIn"}}},"required":true},"responses":{"201":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PublicSiteCheckRequestOut"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/public/site-checks/{request_id}":{"get":{"tags":["public-requests"],"summary":"Get Public Site Check Status","operationId":"get_public_site_check_status_v1_public_site_checks__request_id__get","parameters":[{"name":"request_id","in":"path","required":true,"schema":{"type":"string","title":"Request Id"}},{"name":"access_token","in":"query","required":true,"schema":{"type":"string","minLength":16,"maxLength":128,"title":"Access Token"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PublicSiteCheckStatusOut"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/public/site-checks/{request_id}/report":{"get":{"tags":["public-requests"],"summary":"Get Public Site Check Report","operationId":"get_public_site_check_report_v1_public_site_checks__request_id__report_get","parameters":[{"name":"request_id","in":"path","required":true,"schema":{"type":"string","title":"Request Id"}},{"name":"access_token","in":"query","required":true,"schema":{"type":"string","minLength":16,"maxLength":128,"title":"Access Token"}},{"name":"version","in":"query","required":false,"schema":{"anyOf":[{"type":"integer","minimum":1},{"type":"null"}],"title":"Version"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PublicSiteCheckReportOut"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/public/site-checks/{request_id}/report.pdf":{"get":{"tags":["public-requests"],"summary":"Get Public Site Check Report Pdf","operationId":"get_public_site_check_report_pdf_v1_public_site_checks__request_id__report_pdf_get","parameters":[{"name":"request_id","in":"path","required":true,"schema":{"type":"string","title":"Request Id"}},{"name":"access_token","in":"query","required":true,"schema":{"type":"string","minLength":16,"maxLength":128,"title":"Access Token"}},{"name":"version","in":"query","required":false,"schema":{"anyOf":[{"type":"integer","minimum":1},{"type":"null"}],"title":"Version"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/public/site-checks/{request_id}/select-offer":{"post":{"tags":["public-requests"],"summary":"Select Public Site Check Offer","operationId":"select_public_site_check_offer_v1_public_site_checks__request_id__select_offer_post","parameters":[{"name":"request_id","in":"path","required":true,"schema":{"type":"string","title":"Request Id"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PublicSiteCheckSelectOfferIn"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PublicSiteCheckStatusOut"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/public/site-checks/{request_id}/checkout-session":{"post":{"tags":["public-requests"],"summary":"Create Public Site Check Checkout Session","operationId":"create_public_site_check_checkout_session_v1_public_site_checks__request_id__checkout_session_post","parameters":[{"name":"request_id","in":"path","required":true,"schema":{"type":"string","title":"Request Id"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PublicSiteCheckCreateCheckoutSessionIn"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PublicSiteCheckStatusOut"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/jobs":{"post":{"tags":["jobs"],"summary":"Create Job","operationId":"create_job_v1_jobs_post","parameters":[{"name":"X-API-Key","in":"header","required":false,"schema":{"type":"string","default":"","title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CustomerSchemaIn"}}}},"responses":{"201":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JobCreatedOut"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"get":{"tags":["jobs"],"summary":"Get Jobs","operationId":"get_jobs_v1_jobs_get","parameters":[{"name":"status","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Status"}},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","maximum":200,"minimum":1,"default":20,"title":"Limit"}},{"name":"X-API-Key","in":"header","required":false,"schema":{"type":"string","default":"","title":"X-Api-Key"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/JobSnapshotOut"},"title":"Response Get Jobs V1 Jobs Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/jobs/{job_id}":{"get":{"tags":["jobs"],"summary":"Get Job","operationId":"get_job_v1_jobs__job_id__get","parameters":[{"name":"job_id","in":"path","required":true,"schema":{"type":"string","title":"Job Id"}},{"name":"X-API-Key","in":"header","required":false,"schema":{"type":"string","default":"","title":"X-Api-Key"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JobSnapshotOut"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/jobs/{job_id}/requester-feedback":{"post":{"tags":["jobs"],"summary":"Process Requester Feedback","operationId":"process_requester_feedback_v1_jobs__job_id__requester_feedback_post","parameters":[{"name":"job_id","in":"path","required":true,"schema":{"type":"string","title":"Job Id"}},{"name":"X-API-Key","in":"header","required":false,"schema":{"type":"string","default":"","title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/RequesterFeedbackIn"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RequesterFeedbackOut"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/jobs/{job_id}/reality-report":{"post":{"tags":["jobs"],"summary":"Create Reality Report","operationId":"create_reality_report_v1_jobs__job_id__reality_report_post","parameters":[{"name":"job_id","in":"path","required":true,"schema":{"type":"string","title":"Job Id"}},{"name":"X-API-Key","in":"header","required":false,"schema":{"type":"string","default":"","title":"X-Api-Key"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RealityReportOut"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}}},"components":{"schemas":{"AdaptiveCadenceActionOut":{"properties":{"scorecards_generated":{"type":"boolean","title":"Scorecards Generated","default":false},"scorecards_snapshot_date":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"title":"Scorecards Snapshot Date"},"alerts_dispatched":{"type":"boolean","title":"Alerts Dispatched","default":false},"alerts_dispatch_status":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Alerts Dispatch Status"},"alerts_dispatch_reason":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Alerts Dispatch Reason"},"alerts_count":{"type":"integer","title":"Alerts Count","default":0},"strategy_board_hook_triggered":{"type":"boolean","title":"Strategy Board Hook Triggered","default":false},"emergency_board_hook_triggered":{"type":"boolean","title":"Emergency Board Hook Triggered","default":false},"strategy_board_ticket_code":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Strategy Board Ticket Code"},"emergency_board_ticket_code":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Emergency Board Ticket Code"},"strategy_board_webhook_status":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Strategy Board Webhook Status"},"emergency_board_webhook_status":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Emergency Board Webhook Status"},"daily_synthesis_generated":{"type":"boolean","title":"Daily Synthesis Generated","default":false},"trigger_synthesis_generated":{"type":"boolean","title":"Trigger Synthesis Generated","default":false},"daily_synthesis_brief_id":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Daily Synthesis Brief Id"},"trigger_synthesis_brief_id":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Trigger Synthesis Brief Id"}},"type":"object","title":"AdaptiveCadenceActionOut"},"AdaptiveCadenceDecisionOut":{"properties":{"generated_at":{"type":"string","format":"date-time","title":"Generated At"},"scope_key":{"type":"string","title":"Scope Key"},"monitor_interval_seconds":{"type":"integer","title":"Monitor Interval Seconds"},"control_loop_interval_seconds":{"type":"integer","title":"Control Loop Interval Seconds"},"strategy_board_interval_seconds":{"type":"integer","title":"Strategy Board Interval Seconds"},"should_run_control_loop":{"type":"boolean","title":"Should Run Control Loop"},"should_run_strategy_board":{"type":"boolean","title":"Should Run Strategy Board"},"should_run_emergency_board":{"type":"boolean","title":"Should Run Emergency Board"},"reasons":{"items":{"type":"string"},"type":"array","title":"Reasons"},"objective_score":{"type":"number","title":"Objective Score"},"objective_score_delta":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Objective Score Delta"},"direction_of_change":{"type":"string","title":"Direction Of Change"},"direction_changed":{"type":"boolean","title":"Direction Changed"},"open_alert_count":{"type":"integer","title":"Open Alert Count"},"critical_alert_count":{"type":"integer","title":"Critical Alert Count"},"alerts_changed":{"type":"boolean","title":"Alerts Changed"},"control_loop_due_by_interval":{"type":"boolean","title":"Control Loop Due By Interval"},"strategy_board_due_by_interval":{"type":"boolean","title":"Strategy Board Due By Interval"},"last_evaluation_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Last Evaluation At"},"last_control_loop_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Last Control Loop At"},"last_strategy_board_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Last Strategy Board At"},"last_emergency_board_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Last Emergency Board At"},"next_control_loop_due_at":{"type":"string","format":"date-time","title":"Next Control Loop Due At"},"next_strategy_board_due_at":{"type":"string","format":"date-time","title":"Next Strategy Board Due At"},"actions":{"$ref":"#/components/schemas/AdaptiveCadenceActionOut"}},"type":"object","required":["generated_at","scope_key","monitor_interval_seconds","control_loop_interval_seconds","strategy_board_interval_seconds","should_run_control_loop","should_run_strategy_board","should_run_emergency_board","objective_score","direction_of_change","direction_changed","open_alert_count","critical_alert_count","alerts_changed","control_loop_due_by_interval","strategy_board_due_by_interval","next_control_loop_due_at","next_strategy_board_due_at"],"title":"AdaptiveCadenceDecisionOut"},"AdaptiveCadenceEvaluateIn":{"properties":{"scope_key":{"type":"string","maxLength":120,"minLength":1,"title":"Scope Key","default":"primary"},"persist_state":{"type":"boolean","title":"Persist State","default":true},"execute_control_actions":{"type":"boolean","title":"Execute Control Actions","default":true},"trigger_board_hooks":{"type":"boolean","title":"Trigger Board Hooks","default":true},"mark_strategy_board_complete":{"type":"boolean","title":"Mark Strategy Board Complete","default":false},"mark_emergency_board_complete":{"type":"boolean","title":"Mark Emergency Board Complete","default":false}},"type":"object","title":"AdaptiveCadenceEvaluateIn"},"AgentActionEventIn":{"properties":{"agent_name":{"type":"string","maxLength":80,"minLength":2,"title":"Agent Name"},"action_type":{"type":"string","maxLength":80,"minLength":2,"title":"Action Type"},"status":{"type":"string","maxLength":20,"minLength":2,"title":"Status","default":"succeeded"},"job_id":{"anyOf":[{"type":"string","maxLength":36,"minLength":36},{"type":"null"}],"title":"Job Id"},"reason_code":{"anyOf":[{"type":"string","maxLength":120},{"type":"null"}],"title":"Reason Code"},"market_city":{"anyOf":[{"type":"string","maxLength":120},{"type":"null"}],"title":"Market City"},"lane_family":{"anyOf":[{"type":"string","maxLength":120},{"type":"null"}],"title":"Lane Family"},"lane_key":{"anyOf":[{"type":"string","maxLength":160},{"type":"null"}],"title":"Lane Key"},"policy_version":{"anyOf":[{"type":"string","maxLength":80},{"type":"null"}],"title":"Policy Version"},"prompt_version":{"anyOf":[{"type":"string","maxLength":80},{"type":"null"}],"title":"Prompt Version"},"experiment_id":{"anyOf":[{"type":"string","maxLength":120},{"type":"null"}],"title":"Experiment Id"},"latency_ms":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Latency Ms"},"payload":{"additionalProperties":true,"type":"object","title":"Payload"}},"type":"object","required":["agent_name","action_type"],"title":"AgentActionEventIn"},"AgentActionEventOut":{"properties":{"id":{"type":"string","title":"Id"},"agent_name":{"type":"string","title":"Agent Name"},"action_type":{"type":"string","title":"Action Type"},"status":{"type":"string","title":"Status"},"job_id":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Job Id"},"reason_code":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Reason Code"},"lane_key":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Lane Key"},"policy_version":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Policy Version"},"prompt_version":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Prompt Version"},"experiment_id":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Experiment Id"},"latency_ms":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Latency Ms"},"payload":{"additionalProperties":true,"type":"object","title":"Payload"},"created_at":{"type":"string","format":"date-time","title":"Created At"}},"type":"object","required":["id","agent_name","action_type","status","created_at"],"title":"AgentActionEventOut"},"AgentStateOut":{"properties":{"agent_name":{"type":"string","title":"Agent Name"},"scope_type":{"type":"string","title":"Scope Type"},"scope_key":{"type":"string","title":"Scope Key"},"state_payload":{"additionalProperties":true,"type":"object","title":"State Payload"},"created_at":{"type":"string","format":"date-time","title":"Created At"},"updated_at":{"type":"string","format":"date-time","title":"Updated At"}},"type":"object","required":["agent_name","scope_type","scope_key","state_payload","created_at","updated_at"],"title":"AgentStateOut"},"AgentStateUpsertIn":{"properties":{"scope_type":{"type":"string","maxLength":40,"minLength":1,"title":"Scope Type","default":"global"},"scope_key":{"type":"string","maxLength":120,"minLength":1,"title":"Scope Key","default":"default"},"state_payload":{"additionalProperties":true,"type":"object","title":"State Payload"}},"type":"object","title":"AgentStateUpsertIn"},"AgentTelemetryIn":{"properties":{"agent_name":{"type":"string","maxLength":80,"minLength":2,"title":"Agent Name"},"event_type":{"type":"string","enum":["loop_iteration","error"],"title":"Event Type"},"error_type":{"anyOf":[{"type":"string","maxLength":120},{"type":"null"}],"title":"Error Type"},"policy_version":{"anyOf":[{"type":"string","maxLength":80},{"type":"null"}],"title":"Policy Version"},"prompt_version":{"anyOf":[{"type":"string","maxLength":80},{"type":"null"}],"title":"Prompt Version"},"experiment_id":{"anyOf":[{"type":"string","maxLength":120},{"type":"null"}],"title":"Experiment Id"},"payload":{"additionalProperties":true,"type":"object","title":"Payload"}},"type":"object","required":["agent_name","event_type"],"title":"AgentTelemetryIn"},"AgentTelemetryOut":{"properties":{"accepted":{"type":"boolean","title":"Accepted"}},"type":"object","required":["accepted"],"title":"AgentTelemetryOut"},"BeliefRecordCreateIn":{"properties":{"belief_key":{"anyOf":[{"type":"string","maxLength":160},{"type":"null"}],"title":"Belief Key"},"scope_type":{"type":"string","maxLength":40,"minLength":1,"title":"Scope Type","default":"global"},"scope_key":{"type":"string","maxLength":120,"minLength":1,"title":"Scope Key","default":"default"},"belief_statement":{"type":"string","maxLength":10000,"minLength":3,"title":"Belief Statement"},"confidence":{"type":"number","maximum":1.0,"minimum":0.0,"title":"Confidence","default":0.5},"status":{"type":"string","maxLength":30,"minLength":1,"title":"Status","default":"active"},"evidence_for":{"items":{"type":"string"},"type":"array","maxItems":50,"title":"Evidence For"},"evidence_against":{"items":{"type":"string"},"type":"array","maxItems":50,"title":"Evidence Against"},"recommended_next_actions":{"items":{"type":"string"},"type":"array","maxItems":50,"title":"Recommended Next Actions"},"owner":{"anyOf":[{"type":"string","maxLength":120},{"type":"null"}],"title":"Owner"},"source_type":{"anyOf":[{"type":"string","maxLength":80},{"type":"null"}],"title":"Source Type"},"source_id":{"anyOf":[{"type":"string","maxLength":120},{"type":"null"}],"title":"Source Id"},"supersedes_id":{"anyOf":[{"type":"string","maxLength":36,"minLength":36},{"type":"null"}],"title":"Supersedes Id"}},"type":"object","required":["belief_statement"],"title":"BeliefRecordCreateIn"},"BeliefRecordOut":{"properties":{"id":{"type":"string","title":"Id"},"belief_key":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Belief Key"},"scope_type":{"type":"string","title":"Scope Type"},"scope_key":{"type":"string","title":"Scope Key"},"belief_statement":{"type":"string","title":"Belief Statement"},"confidence":{"type":"number","title":"Confidence"},"status":{"type":"string","title":"Status"},"evidence_for":{"items":{"type":"string"},"type":"array","title":"Evidence For"},"evidence_against":{"items":{"type":"string"},"type":"array","title":"Evidence Against"},"recommended_next_actions":{"items":{"type":"string"},"type":"array","title":"Recommended Next Actions"},"owner":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Owner"},"source_type":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Source Type"},"source_id":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Source Id"},"supersedes_id":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Supersedes Id"},"created_at":{"type":"string","format":"date-time","title":"Created At"},"updated_at":{"type":"string","format":"date-time","title":"Updated At"}},"type":"object","required":["id","scope_type","scope_key","belief_statement","confidence","status","created_at","updated_at"],"title":"BeliefRecordOut"},"Body_post_provider_task_evidence_upload_v1_provider_tasks_evidence_upload_post":{"properties":{"provider_task_token":{"type":"string","maxLength":4000,"minLength":20,"title":"Provider Task Token"},"latitude":{"type":"number","title":"Latitude"},"longitude":{"type":"number","title":"Longitude"},"captured_at":{"type":"string","format":"date-time","title":"Captured At"},"notes":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Notes"},"file":{"type":"string","format":"binary","title":"File"}},"type":"object","required":["provider_task_token","latitude","longitude","captured_at","file"],"title":"Body_post_provider_task_evidence_upload_v1_provider_tasks_evidence_upload_post"},"Body_post_self_service_capture_evidence_upload_v1_self_service_capture_evidence_upload_post":{"properties":{"capture_token":{"type":"string","maxLength":4000,"minLength":20,"title":"Capture Token"},"latitude":{"type":"number","title":"Latitude"},"longitude":{"type":"number","title":"Longitude"},"captured_at":{"type":"string","format":"date-time","title":"Captured At"},"notes":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Notes"},"file":{"type":"string","format":"binary","title":"File"}},"type":"object","required":["capture_token","latitude","longitude","captured_at","file"],"title":"Body_post_self_service_capture_evidence_upload_v1_self_service_capture_evidence_upload_post"},"CustomerAccountOut":{"properties":{"account_id":{"type":"string","title":"Account Id"},"email":{"type":"string","title":"Email"},"full_name":{"type":"string","title":"Full Name"},"phone":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Phone"},"created_at":{"type":"string","format":"date-time","title":"Created At"},"last_login_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Last Login At"}},"type":"object","required":["account_id","email","full_name","created_at"],"title":"CustomerAccountOut"},"CustomerAuthLoginIn":{"properties":{"email":{"type":"string","maxLength":320,"minLength":5,"title":"Email"},"password":{"type":"string","maxLength":200,"minLength":8,"title":"Password"}},"type":"object","required":["email","password"],"title":"CustomerAuthLoginIn"},"CustomerAuthRegisterIn":{"properties":{"full_name":{"type":"string","maxLength":200,"minLength":2,"title":"Full Name"},"email":{"type":"string","maxLength":320,"minLength":5,"title":"Email"},"phone":{"type":"string","maxLength":40,"minLength":7,"title":"Phone"},"password":{"type":"string","maxLength":200,"minLength":8,"title":"Password"}},"type":"object","required":["full_name","email","phone","password"],"title":"CustomerAuthRegisterIn"},"CustomerAuthSessionOut":{"properties":{"authenticated":{"type":"boolean","title":"Authenticated","default":true},"account":{"$ref":"#/components/schemas/CustomerAccountOut"}},"type":"object","required":["account"],"title":"CustomerAuthSessionOut"},"CustomerRequestClaimIn":{"properties":{"access_token":{"type":"string","maxLength":128,"minLength":16,"title":"Access Token"}},"type":"object","required":["access_token"],"title":"CustomerRequestClaimIn"},"CustomerRequestCreateCheckoutSessionIn":{"properties":{},"type":"object","title":"CustomerRequestCreateCheckoutSessionIn"},"CustomerRequestCreateIn":{"properties":{"service_key":{"anyOf":[{"type":"string","maxLength":120,"minLength":2},{"type":"null"}],"title":"Service Key"},"objective":{"type":"string","maxLength":500,"minLength":3,"title":"Objective"},"address":{"type":"string","maxLength":500,"minLength":3,"title":"Address"},"latitude":{"type":"number","maximum":90.0,"minimum":-90.0,"title":"Latitude"},"longitude":{"type":"number","maximum":180.0,"minimum":-180.0,"title":"Longitude"},"notes":{"type":"string","maxLength":1000,"minLength":1,"title":"Notes"},"reference_photos":{"items":{"type":"string"},"type":"array","maxItems":2,"title":"Reference Photos"},"intake_submission_id":{"type":"string","maxLength":120,"minLength":8,"title":"Intake Submission Id"}},"type":"object","required":["objective","address","latitude","longitude","notes","intake_submission_id"],"title":"CustomerRequestCreateIn"},"CustomerRequestCreateOut":{"properties":{"request_id":{"type":"string","title":"Request Id"},"access_token":{"type":"string","title":"Access Token"},"job_id":{"type":"string","title":"Job Id"},"service_key":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Service Key"},"execution_mode":{"type":"string","title":"Execution Mode"},"intake_source":{"type":"string","title":"Intake Source"},"status":{"type":"string","title":"Status"},"payment_status":{"type":"string","title":"Payment Status"},"quote_status":{"type":"string","title":"Quote Status"},"message":{"type":"string","title":"Message"},"submitted_at":{"type":"string","format":"date-time","title":"Submitted At"},"quote":{"anyOf":[{"$ref":"#/components/schemas/PublicSiteCheckQuoteOut"},{"type":"null"}]},"serviceability":{"anyOf":[{"$ref":"#/components/schemas/PublicServiceabilityGuidanceOut"},{"type":"null"}]},"selected_offer":{"anyOf":[{"$ref":"#/components/schemas/PublicSelectedOfferOut"},{"type":"null"}]},"checkout":{"anyOf":[{"$ref":"#/components/schemas/PublicCheckoutStateOut"},{"type":"null"}]},"report":{"$ref":"#/components/schemas/PublicReportStateOut"},"account":{"$ref":"#/components/schemas/CustomerAccountOut"},"self_service":{"anyOf":[{"$ref":"#/components/schemas/SelfServiceInviteSummaryOut"},{"type":"null"}]}},"type":"object","required":["request_id","access_token","job_id","execution_mode","intake_source","status","payment_status","quote_status","message","submitted_at","account"],"title":"CustomerRequestCreateOut"},"CustomerRequestListOut":{"properties":{"total":{"type":"integer","title":"Total"},"items":{"items":{"$ref":"#/components/schemas/CustomerRequestSummaryOut"},"type":"array","title":"Items"}},"type":"object","required":["total"],"title":"CustomerRequestListOut"},"CustomerRequestReportOut":{"properties":{"schema_version":{"type":"string","const":"RealityReportV0","title":"Schema Version","default":"RealityReportV0"},"report_id":{"type":"string","title":"Report Id"},"version_number":{"type":"integer","title":"Version Number"},"is_current":{"type":"boolean","title":"Is Current"},"request_id":{"type":"string","title":"Request Id"},"job_id":{"type":"string","title":"Job Id"},"service_key":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Service Key"},"service_label":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Service Label"},"report_title":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Report Title"},"template_name":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Template Name"},"template_version":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Template Version"},"objective":{"type":"string","title":"Objective"},"address":{"type":"string","title":"Address"},"status":{"type":"string","title":"Status"},"completed_at":{"type":"string","format":"date-time","title":"Completed At"},"generated_at":{"type":"string","format":"date-time","title":"Generated At"},"summary":{"type":"string","title":"Summary"},"evidence_links":{"items":{"type":"string"},"type":"array","title":"Evidence Links"},"evidence_items":{"items":{"$ref":"#/components/schemas/PublicReportEvidenceItemOut"},"type":"array","title":"Evidence Items"},"steps":{"items":{"$ref":"#/components/schemas/StepOut"},"type":"array","title":"Steps"},"change_summary":{"anyOf":[{"$ref":"#/components/schemas/PublicReportChangeSummaryOut"},{"type":"null"}]},"report_url":{"type":"string","title":"Report Url"},"pdf_export_url":{"type":"string","title":"Pdf Export Url"},"first_viewed_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"First Viewed At"},"last_viewed_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Last Viewed At"},"view_count":{"type":"integer","title":"View Count","default":0},"first_pdf_exported_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"First Pdf Exported At"},"last_pdf_exported_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Last Pdf Exported At"},"pdf_export_count":{"type":"integer","title":"Pdf Export Count","default":0},"versions":{"items":{"$ref":"#/components/schemas/PublicReportVersionOut"},"type":"array","title":"Versions"},"account":{"$ref":"#/components/schemas/CustomerAccountOut"}},"type":"object","required":["report_id","version_number","is_current","request_id","job_id","objective","address","status","completed_at","generated_at","summary","evidence_links","steps","report_url","pdf_export_url","account"],"title":"CustomerRequestReportOut"},"CustomerRequestSelectOfferIn":{"properties":{"offer_key":{"type":"string","maxLength":40,"minLength":2,"title":"Offer Key"}},"type":"object","required":["offer_key"],"title":"CustomerRequestSelectOfferIn"},"CustomerRequestStatusOut":{"properties":{"request_id":{"type":"string","title":"Request Id"},"job_id":{"type":"string","title":"Job Id"},"service_key":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Service Key"},"execution_mode":{"type":"string","title":"Execution Mode"},"intake_source":{"type":"string","title":"Intake Source"},"objective":{"type":"string","title":"Objective"},"address":{"type":"string","title":"Address"},"status":{"type":"string","title":"Status"},"payment_status":{"type":"string","title":"Payment Status"},"quote_status":{"type":"string","title":"Quote Status"},"message":{"type":"string","title":"Message"},"submitted_at":{"type":"string","format":"date-time","title":"Submitted At"},"updated_at":{"type":"string","format":"date-time","title":"Updated At"},"quote":{"anyOf":[{"$ref":"#/components/schemas/PublicSiteCheckQuoteOut"},{"type":"null"}]},"serviceability":{"anyOf":[{"$ref":"#/components/schemas/PublicServiceabilityGuidanceOut"},{"type":"null"}]},"selected_offer":{"anyOf":[{"$ref":"#/components/schemas/PublicSelectedOfferOut"},{"type":"null"}]},"checkout":{"anyOf":[{"$ref":"#/components/schemas/PublicCheckoutStateOut"},{"type":"null"}]},"report":{"$ref":"#/components/schemas/PublicReportStateOut"},"account":{"$ref":"#/components/schemas/CustomerAccountOut"},"self_service":{"anyOf":[{"$ref":"#/components/schemas/SelfServiceInviteSummaryOut"},{"type":"null"}]}},"type":"object","required":["request_id","job_id","execution_mode","intake_source","objective","address","status","payment_status","quote_status","message","submitted_at","updated_at","account"],"title":"CustomerRequestStatusOut"},"CustomerRequestSummaryOut":{"properties":{"request_id":{"type":"string","title":"Request Id"},"job_id":{"type":"string","title":"Job Id"},"service_key":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Service Key"},"execution_mode":{"type":"string","title":"Execution Mode"},"intake_source":{"type":"string","title":"Intake Source"},"objective":{"type":"string","title":"Objective"},"address":{"type":"string","title":"Address"},"status":{"type":"string","title":"Status"},"payment_status":{"type":"string","title":"Payment Status"},"quote_status":{"type":"string","title":"Quote Status"},"report_status":{"type":"string","title":"Report Status"},"submitted_at":{"type":"string","format":"date-time","title":"Submitted At"},"updated_at":{"type":"string","format":"date-time","title":"Updated At"}},"type":"object","required":["request_id","job_id","execution_mode","intake_source","objective","address","status","payment_status","quote_status","report_status","submitted_at","updated_at"],"title":"CustomerRequestSummaryOut"},"CustomerSchemaIn":{"properties":{"service_key":{"anyOf":[{"type":"string","maxLength":120,"minLength":2},{"type":"null"}],"title":"Service Key"},"objective":{"type":"string","maxLength":500,"minLength":3,"title":"Objective"},"address":{"type":"string","maxLength":500,"minLength":3,"title":"Address"},"reference_photos":{"items":{"type":"string"},"type":"array","maxItems":2,"title":"Reference Photos"},"latitude":{"type":"number","title":"Latitude"},"longitude":{"type":"number","title":"Longitude"},"notes":{"type":"string","maxLength":1000,"minLength":1,"title":"Notes"},"nonce":{"type":"string","maxLength":128,"minLength":8,"title":"Nonce"},"auto_open":{"type":"boolean","title":"Auto Open","default":true}},"type":"object","required":["objective","address","latitude","longitude","notes","nonce"],"title":"CustomerSchemaIn"},"CustomerSelfServiceInviteIn":{"properties":{"invitee_name":{"type":"string","maxLength":200,"minLength":2,"title":"Invitee Name"},"invitee_role":{"anyOf":[{"type":"string","maxLength":120},{"type":"null"}],"title":"Invitee Role"},"invitee_phone":{"anyOf":[{"type":"string","maxLength":40,"minLength":7},{"type":"null"}],"title":"Invitee Phone"},"invitee_email":{"anyOf":[{"type":"string","maxLength":320,"minLength":5},{"type":"null"}],"title":"Invitee Email"},"preferred_channel":{"anyOf":[{"type":"string","pattern":"^(sms|email)$"},{"type":"null"}],"title":"Preferred Channel"},"preferred_language":{"anyOf":[{"type":"string","maxLength":20},{"type":"null"}],"title":"Preferred Language"},"expires_in_hours":{"anyOf":[{"type":"integer","maximum":168.0,"minimum":1.0},{"type":"null"}],"title":"Expires In Hours","default":24}},"type":"object","required":["invitee_name"],"title":"CustomerSelfServiceInviteIn"},"CustomerSelfServiceInviteOut":{"properties":{"invite_id":{"type":"string","title":"Invite Id"},"capture_session_id":{"type":"string","title":"Capture Session Id"},"status":{"type":"string","title":"Status"},"channel":{"type":"string","title":"Channel"},"invitee_name":{"type":"string","title":"Invitee Name"},"invitee_role":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Invitee Role"},"invitee_phone":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Invitee Phone"},"invitee_email":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Invitee Email"},"preferred_language":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Preferred Language"},"capture_url":{"type":"string","title":"Capture Url"},"expires_at":{"type":"string","format":"date-time","title":"Expires At"},"sent_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Sent At"},"opened_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Opened At"},"completed_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Completed At"},"invalidated_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Invalidated At"},"operator_name":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Operator Name"},"session_state":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Session State"},"delivery_status":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Delivery Status"},"delivery_error":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Delivery Error"},"can_resend":{"type":"boolean","title":"Can Resend","default":false},"can_reassign":{"type":"boolean","title":"Can Reassign","default":false},"request_id":{"type":"string","title":"Request Id"},"job_id":{"type":"string","title":"Job Id"}},"type":"object","required":["invite_id","capture_session_id","status","channel","invitee_name","capture_url","expires_at","request_id","job_id"],"title":"CustomerSelfServiceInviteOut"},"CustomerSelfServiceRequestCreateIn":{"properties":{"service_key":{"anyOf":[{"type":"string","maxLength":120,"minLength":2},{"type":"null"}],"title":"Service Key"},"objective":{"type":"string","maxLength":500,"minLength":3,"title":"Objective"},"address":{"type":"string","maxLength":500,"minLength":3,"title":"Address"},"latitude":{"type":"number","maximum":90.0,"minimum":-90.0,"title":"Latitude"},"longitude":{"type":"number","maximum":180.0,"minimum":-180.0,"title":"Longitude"},"notes":{"type":"string","maxLength":1000,"minLength":1,"title":"Notes"},"reference_photos":{"items":{"type":"string"},"type":"array","maxItems":2,"title":"Reference Photos"},"intake_submission_id":{"type":"string","maxLength":120,"minLength":8,"title":"Intake Submission Id"}},"type":"object","required":["objective","address","latitude","longitude","notes","intake_submission_id"],"title":"CustomerSelfServiceRequestCreateIn"},"DailyKpiSnapshotOut":{"properties":{"id":{"type":"string","title":"Id"},"snapshot_date":{"type":"string","format":"date","title":"Snapshot Date"},"scope_type":{"type":"string","title":"Scope Type"},"scope_key":{"type":"string","title":"Scope Key"},"metrics_payload":{"additionalProperties":true,"type":"object","title":"Metrics Payload"},"created_at":{"type":"string","format":"date-time","title":"Created At"},"updated_at":{"type":"string","format":"date-time","title":"Updated At"}},"type":"object","required":["id","snapshot_date","scope_type","scope_key","created_at","updated_at"],"title":"DailyKpiSnapshotOut"},"DecisionLogEntryIn":{"properties":{"category":{"type":"string","maxLength":80,"minLength":1,"title":"Category"},"title":{"type":"string","maxLength":200,"minLength":1,"title":"Title"},"summary":{"type":"string","maxLength":5000,"minLength":1,"title":"Summary"},"rationale":{"anyOf":[{"type":"string","maxLength":10000},{"type":"null"}],"title":"Rationale"},"tradeoffs":{"additionalProperties":true,"type":"object","title":"Tradeoffs"},"author_type":{"type":"string","maxLength":30,"minLength":1,"title":"Author Type"},"author_id":{"type":"string","maxLength":120,"minLength":1,"title":"Author Id"},"approved_by":{"anyOf":[{"type":"string","maxLength":120},{"type":"null"}],"title":"Approved By"},"source_type":{"anyOf":[{"type":"string","maxLength":80},{"type":"null"}],"title":"Source Type"},"source_id":{"anyOf":[{"type":"string","maxLength":120},{"type":"null"}],"title":"Source Id"}},"type":"object","required":["category","title","summary","author_type","author_id"],"title":"DecisionLogEntryIn"},"DecisionLogEntryOut":{"properties":{"id":{"type":"string","title":"Id"},"category":{"type":"string","title":"Category"},"title":{"type":"string","title":"Title"},"summary":{"type":"string","title":"Summary"},"rationale":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Rationale"},"tradeoffs":{"additionalProperties":true,"type":"object","title":"Tradeoffs"},"author_type":{"type":"string","title":"Author Type"},"author_id":{"type":"string","title":"Author Id"},"approved_by":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Approved By"},"source_type":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Source Type"},"source_id":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Source Id"},"created_at":{"type":"string","format":"date-time","title":"Created At"}},"type":"object","required":["id","category","title","summary","author_type","author_id","created_at"],"title":"DecisionLogEntryOut"},"DeliverRealityReportIn":{"properties":{"actor":{"type":"string","maxLength":120,"minLength":2,"title":"Actor","default":"founder_console"},"send_email":{"type":"boolean","title":"Send Email","default":true},"notes":{"anyOf":[{"type":"string","maxLength":2000},{"type":"null"}],"title":"Notes"}},"type":"object","title":"DeliverRealityReportIn"},"DeliverRealityReportOut":{"properties":{"job_id":{"type":"string","title":"Job Id"},"request_id":{"type":"string","title":"Request Id"},"report_id":{"type":"string","title":"Report Id"},"version_number":{"type":"integer","title":"Version Number"},"job_status":{"type":"string","title":"Job Status"},"report_status":{"type":"string","title":"Report Status"},"report_generated_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Report Generated At"},"report_delivered_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Report Delivered At"},"delivery_channel":{"type":"string","title":"Delivery Channel"},"email_delivery_status":{"type":"string","enum":["sent","skipped","failed"],"title":"Email Delivery Status"},"email_delivery_error":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Email Delivery Error"},"report_url":{"type":"string","title":"Report Url"},"pdf_export_url":{"type":"string","title":"Pdf Export Url"},"status_url":{"type":"string","title":"Status Url"},"audit_log_id":{"type":"string","title":"Audit Log Id"}},"type":"object","required":["job_id","request_id","report_id","version_number","job_status","report_status","report_generated_at","report_delivered_at","delivery_channel","email_delivery_status","report_url","pdf_export_url","status_url","audit_log_id"],"title":"DeliverRealityReportOut"},"DirectorTicketCreateIn":{"properties":{"ticket_code":{"anyOf":[{"type":"string","maxLength":120},{"type":"null"}],"title":"Ticket Code"},"requesting_plane":{"type":"string","maxLength":40,"minLength":1,"title":"Requesting Plane"},"owning_plane":{"type":"string","maxLength":40,"minLength":1,"title":"Owning Plane"},"incident_code":{"anyOf":[{"type":"string","maxLength":120},{"type":"null"}],"title":"Incident Code"},"failure_category":{"anyOf":[{"type":"string","maxLength":40},{"type":"null"}],"title":"Failure Category"},"failure_pattern_key":{"anyOf":[{"type":"string","maxLength":160},{"type":"null"}],"title":"Failure Pattern Key"},"repair_lane":{"anyOf":[{"type":"string","maxLength":40},{"type":"null"}],"title":"Repair Lane"},"repair_state":{"anyOf":[{"type":"string","maxLength":30},{"type":"null"}],"title":"Repair State"},"verification_status":{"anyOf":[{"type":"string","maxLength":30},{"type":"null"}],"title":"Verification Status"},"verification_requirements":{"items":{"type":"string"},"type":"array","maxItems":20,"title":"Verification Requirements"},"verification_evidence":{"items":{"$ref":"#/components/schemas/VerificationEvidenceIn"},"type":"array","maxItems":25,"title":"Verification Evidence"},"simulation_gate":{"anyOf":[{"$ref":"#/components/schemas/SimulationGateIn"},{"type":"null"}]},"objective":{"type":"string","maxLength":5000,"minLength":1,"title":"Objective"},"constraints":{"additionalProperties":true,"type":"object","title":"Constraints"},"deliverable":{"type":"string","maxLength":5000,"title":"Deliverable","default":""},"deadline":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Deadline"}},"type":"object","required":["requesting_plane","owning_plane","objective"],"title":"DirectorTicketCreateIn"},"DirectorTicketOut":{"properties":{"id":{"type":"string","title":"Id"},"ticket_code":{"type":"string","title":"Ticket Code"},"requesting_plane":{"type":"string","title":"Requesting Plane"},"owning_plane":{"type":"string","title":"Owning Plane"},"incident_code":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Incident Code"},"failure_category":{"type":"string","title":"Failure Category"},"failure_pattern_key":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Failure Pattern Key"},"repair_lane":{"type":"string","title":"Repair Lane"},"repair_state":{"type":"string","title":"Repair State"},"verification_status":{"type":"string","title":"Verification Status"},"verification_requirements":{"items":{"type":"string"},"type":"array","title":"Verification Requirements"},"verification_evidence":{"items":{"$ref":"#/components/schemas/VerificationEvidenceOut"},"type":"array","title":"Verification Evidence"},"simulation_gate":{"$ref":"#/components/schemas/SimulationGateOut"},"objective":{"type":"string","title":"Objective"},"constraints":{"additionalProperties":true,"type":"object","title":"Constraints"},"deliverable":{"type":"string","title":"Deliverable"},"deadline":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Deadline"},"status":{"type":"string","title":"Status"},"response_notes":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Response Notes"},"created_at":{"type":"string","format":"date-time","title":"Created At"},"updated_at":{"type":"string","format":"date-time","title":"Updated At"}},"type":"object","required":["id","ticket_code","requesting_plane","owning_plane","failure_category","repair_lane","repair_state","verification_status","objective","deliverable","status","created_at","updated_at"],"title":"DirectorTicketOut"},"DirectorTicketUpdateIn":{"properties":{"status":{"anyOf":[{"type":"string","maxLength":20},{"type":"null"}],"title":"Status"},"repair_state":{"anyOf":[{"type":"string","maxLength":30},{"type":"null"}],"title":"Repair State"},"verification_status":{"anyOf":[{"type":"string","maxLength":30},{"type":"null"}],"title":"Verification Status"},"verification_requirements":{"anyOf":[{"items":{"type":"string"},"type":"array","maxItems":20},{"type":"null"}],"title":"Verification Requirements"},"verification_evidence":{"anyOf":[{"items":{"$ref":"#/components/schemas/VerificationEvidenceIn"},"type":"array","maxItems":25},{"type":"null"}],"title":"Verification Evidence"},"simulation_gate":{"anyOf":[{"$ref":"#/components/schemas/SimulationGateIn"},{"type":"null"}]},"response_notes":{"anyOf":[{"type":"string","maxLength":10000},{"type":"null"}],"title":"Response Notes"}},"type":"object","title":"DirectorTicketUpdateIn"},"DispatchRunSummaryOut":{"properties":{"id":{"type":"string","title":"Id"},"public_request_id":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Public Request Id"},"request_id":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Request Id"},"job_id":{"type":"string","title":"Job Id"},"quote_snapshot_id":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Quote Snapshot Id"},"status":{"type":"string","title":"Status"},"policy_version":{"type":"string","title":"Policy Version"},"wave_number":{"type":"integer","title":"Wave Number"},"thread_count":{"type":"integer","title":"Thread Count","default":0},"offered_thread_count":{"type":"integer","title":"Offered Thread Count","default":0},"queued_thread_count":{"type":"integer","title":"Queued Thread Count","default":0},"primary_thread_id":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Primary Thread Id"},"primary_thread_state":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Primary Thread State"},"primary_provider_id":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Primary Provider Id"},"primary_provider_candidate_id":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Primary Provider Candidate Id"},"primary_provider_label":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Primary Provider Label"},"primary_provider_channel":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Primary Provider Channel"},"primary_source_kind":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Primary Source Kind"},"selected_provider_id":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Selected Provider Id"},"selected_provider_candidate_id":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Selected Provider Candidate Id"},"selected_provider_label":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Selected Provider Label"},"created_at":{"type":"string","format":"date-time","title":"Created At"},"completed_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Completed At"}},"type":"object","required":["id","job_id","status","policy_version","wave_number","created_at"],"title":"DispatchRunSummaryOut"},"EmailFolderPolicyOut":{"properties":{"folder":{"type":"string","title":"Folder"},"default_queue":{"type":"string","title":"Default Queue"},"human_review_required":{"type":"boolean","title":"Human Review Required","default":false},"founder_private":{"type":"boolean","title":"Founder Private","default":false},"allowed_agents":{"items":{"type":"string"},"type":"array","title":"Allowed Agents"},"notes":{"type":"string","title":"Notes","default":""}},"type":"object","required":["folder","default_queue"],"title":"EmailFolderPolicyOut"},"EmailInboxMessageIn":{"properties":{"external_message_id":{"type":"string","maxLength":200,"minLength":2,"title":"External Message Id"},"provider":{"type":"string","maxLength":40,"minLength":2,"title":"Provider","default":"fastmail"},"mailbox":{"anyOf":[{"type":"string","maxLength":320,"minLength":5},{"type":"null"}],"title":"Mailbox"},"folder":{"type":"string","maxLength":80,"minLength":2,"title":"Folder"},"from_email":{"type":"string","maxLength":320,"minLength":5,"title":"From Email"},"to_email":{"anyOf":[{"type":"string","maxLength":320,"minLength":5},{"type":"null"}],"title":"To Email"},"subject":{"type":"string","maxLength":500,"title":"Subject","default":""},"body_text":{"type":"string","maxLength":50000,"title":"Body Text","default":""},"body_html":{"anyOf":[{"type":"string","maxLength":50000},{"type":"null"}],"title":"Body Html"},"internet_message_id":{"anyOf":[{"type":"string","maxLength":500},{"type":"null"}],"title":"Internet Message Id"},"received_at":{"type":"string","format":"date-time","title":"Received At"},"metadata":{"additionalProperties":true,"type":"object","title":"Metadata"}},"type":"object","required":["external_message_id","folder","from_email","received_at"],"title":"EmailInboxMessageIn"},"EmailInboxMessageIngestOut":{"properties":{"accepted":{"type":"boolean","title":"Accepted"},"status":{"type":"string","enum":["stored","duplicate"],"title":"Status"},"message_id":{"type":"string","title":"Message Id"},"external_message_id":{"type":"string","title":"External Message Id"}},"type":"object","required":["accepted","status","message_id","external_message_id"],"title":"EmailInboxMessageIngestOut"},"EmailInboxMessageListOut":{"properties":{"total":{"type":"integer","title":"Total"},"items":{"items":{"$ref":"#/components/schemas/EmailInboxMessageOut"},"type":"array","title":"Items"}},"type":"object","required":["total"],"title":"EmailInboxMessageListOut"},"EmailInboxMessageOut":{"properties":{"id":{"type":"string","title":"Id"},"provider":{"type":"string","title":"Provider"},"external_message_id":{"type":"string","title":"External Message Id"},"mailbox":{"type":"string","title":"Mailbox"},"folder":{"type":"string","title":"Folder"},"from_email":{"type":"string","title":"From Email"},"to_email":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"To Email"},"subject":{"type":"string","title":"Subject"},"body_text":{"type":"string","title":"Body Text"},"body_html":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Body Html"},"internet_message_id":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Internet Message Id"},"routing_class":{"type":"string","title":"Routing Class"},"processing_status":{"type":"string","enum":["new","triaged","in_progress","human_review","resolved","ignored"],"title":"Processing Status"},"assigned_agent":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Assigned Agent"},"handling_notes":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Handling Notes"},"related_job_id":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Related Job Id"},"lane_key":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Lane Key"},"market_city":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Market City"},"market_city_key":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Market City Key"},"qualified_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Qualified At"},"first_response_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"First Response At"},"metadata":{"additionalProperties":true,"type":"object","title":"Metadata"},"received_at":{"type":"string","format":"date-time","title":"Received At"},"ingested_at":{"type":"string","format":"date-time","title":"Ingested At"},"updated_at":{"type":"string","format":"date-time","title":"Updated At"},"human_review_required":{"type":"boolean","title":"Human Review Required","default":false},"founder_private":{"type":"boolean","title":"Founder Private","default":false},"allowed_agents":{"items":{"type":"string"},"type":"array","title":"Allowed Agents"}},"type":"object","required":["id","provider","external_message_id","mailbox","folder","from_email","subject","body_text","routing_class","processing_status","received_at","ingested_at","updated_at"],"title":"EmailInboxMessageOut"},"EmailInboxMessageStatusIn":{"properties":{"processing_status":{"type":"string","enum":["new","triaged","in_progress","human_review","resolved","ignored"],"title":"Processing Status"},"assigned_agent":{"anyOf":[{"type":"string","maxLength":120,"minLength":2},{"type":"null"}],"title":"Assigned Agent"},"handling_notes":{"anyOf":[{"type":"string","maxLength":4000},{"type":"null"}],"title":"Handling Notes"},"related_job_id":{"anyOf":[{"type":"string","maxLength":36,"minLength":3},{"type":"null"}],"title":"Related Job Id"}},"type":"object","required":["processing_status"],"title":"EmailInboxMessageStatusIn"},"EmailInboxPolicyOut":{"properties":{"provider":{"type":"string","title":"Provider"},"primary_mailbox":{"type":"string","title":"Primary Mailbox"},"founder_private_addresses":{"items":{"type":"string"},"type":"array","title":"Founder Private Addresses"},"routing_model":{"type":"string","title":"Routing Model","default":"folder_address_actions"},"watched_folders":{"items":{"type":"string"},"type":"array","title":"Watched Folders"},"human_only_folders":{"items":{"type":"string"},"type":"array","title":"Human Only Folders"},"founder_private_folders":{"items":{"type":"string"},"type":"array","title":"Founder Private Folders"},"folder_policies":{"items":{"$ref":"#/components/schemas/EmailFolderPolicyOut"},"type":"array","title":"Folder Policies"},"agent_send_aliases":{"items":{"type":"string"},"type":"array","title":"Agent Send Aliases"},"system_send_aliases":{"items":{"type":"string"},"type":"array","title":"System Send Aliases"},"human_only_aliases":{"items":{"type":"string"},"type":"array","title":"Human Only Aliases"},"send_aliases_by_actor":{"additionalProperties":{"items":{"type":"string"},"type":"array"},"type":"object","title":"Send Aliases By Actor"}},"type":"object","required":["provider","primary_mailbox"],"title":"EmailInboxPolicyOut"},"EmailOutboundSendIn":{"properties":{"from_alias":{"type":"string","maxLength":320,"minLength":5,"title":"From Alias"},"to_email":{"type":"string","maxLength":320,"minLength":5,"title":"To Email"},"subject":{"type":"string","maxLength":500,"minLength":1,"title":"Subject"},"body_text":{"type":"string","maxLength":20000,"minLength":1,"title":"Body Text"},"related_message_id":{"anyOf":[{"type":"string","maxLength":36,"minLength":3},{"type":"null"}],"title":"Related Message Id"},"actor":{"type":"string","maxLength":120,"minLength":2,"title":"Actor","default":"founder_console"}},"type":"object","required":["from_alias","to_email","subject","body_text"],"title":"EmailOutboundSendIn"},"EmailOutboundSendOut":{"properties":{"accepted":{"type":"boolean","title":"Accepted"},"provider":{"type":"string","title":"Provider"},"external_message_id":{"type":"string","title":"External Message Id"},"submission_id":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Submission Id"},"from_alias":{"type":"string","title":"From Alias"},"to_email":{"type":"string","title":"To Email"},"subject":{"type":"string","title":"Subject"},"actor":{"type":"string","title":"Actor"}},"type":"object","required":["accepted","provider","external_message_id","from_alias","to_email","subject","actor"],"title":"EmailOutboundSendOut"},"EmailReplyDraftIn":{"properties":{"from_alias":{"type":"string","maxLength":320,"minLength":5,"title":"From Alias"},"body_intro":{"anyOf":[{"type":"string","maxLength":4000},{"type":"null"}],"title":"Body Intro"},"closing":{"anyOf":[{"type":"string","maxLength":1000},{"type":"null"}],"title":"Closing"},"include_original_excerpt":{"type":"boolean","title":"Include Original Excerpt","default":true},"max_original_excerpt_chars":{"type":"integer","maximum":5000.0,"minimum":0.0,"title":"Max Original Excerpt Chars","default":600}},"type":"object","required":["from_alias"],"title":"EmailReplyDraftIn"},"EmailReplyDraftOut":{"properties":{"message_id":{"type":"string","title":"Message Id"},"folder":{"type":"string","title":"Folder"},"from_alias":{"type":"string","title":"From Alias"},"to_email":{"type":"string","title":"To Email"},"subject":{"type":"string","title":"Subject"},"body_text":{"type":"string","title":"Body Text"},"human_review_required":{"type":"boolean","title":"Human Review Required","default":false}},"type":"object","required":["message_id","folder","from_alias","to_email","subject","body_text"],"title":"EmailReplyDraftOut"},"EvidenceSubmitIn":{"properties":{"media_url":{"type":"string","maxLength":2000,"minLength":5,"title":"Media Url"},"media_sha256":{"type":"string","maxLength":64,"minLength":64,"title":"Media Sha256"},"latitude":{"type":"number","title":"Latitude"},"longitude":{"type":"number","title":"Longitude"},"captured_at":{"type":"string","format":"date-time","title":"Captured At"},"nonce":{"type":"string","maxLength":128,"minLength":8,"title":"Nonce"},"notes":{"anyOf":[{"type":"string","maxLength":1000},{"type":"null"}],"title":"Notes"}},"type":"object","required":["media_url","media_sha256","latitude","longitude","captured_at","nonce"],"title":"EvidenceSubmitIn"},"EvidenceSubmitOut":{"properties":{"job_id":{"type":"string","title":"Job Id"},"step_name":{"type":"string","title":"Step Name"},"validation_passed":{"type":"boolean","title":"Validation Passed"},"validation_errors":{"items":{"type":"string"},"type":"array","title":"Validation Errors"},"job_status":{"type":"string","title":"Job Status"}},"type":"object","required":["job_id","step_name","validation_passed","validation_errors","job_status"],"title":"EvidenceSubmitOut"},"ExperimentCreateIn":{"properties":{"experiment_id":{"type":"string","maxLength":120,"minLength":3,"title":"Experiment Id"},"name":{"type":"string","maxLength":200,"minLength":3,"title":"Name"},"category":{"type":"string","maxLength":80,"minLength":2,"title":"Category"},"status":{"type":"string","maxLength":30,"minLength":2,"title":"Status","default":"planned"},"owner":{"anyOf":[{"type":"string","maxLength":120},{"type":"null"}],"title":"Owner"},"owning_plane":{"type":"string","maxLength":40,"minLength":2,"title":"Owning Plane"},"experiment_surface":{"type":"string","maxLength":40,"minLength":2,"title":"Experiment Surface","default":"go_to_market"},"change_axes":{"items":{"type":"string"},"type":"array","maxItems":6,"minItems":1,"title":"Change Axes"},"primary_metric_key":{"type":"string","maxLength":120,"minLength":3,"title":"Primary Metric Key"},"guardrail_metric_keys":{"items":{"type":"string"},"type":"array","maxItems":6,"minItems":1,"title":"Guardrail Metric Keys"},"verification_requirement":{"type":"string","maxLength":40,"minLength":2,"title":"Verification Requirement","default":"baseline_release_gate"},"forbidden_mutation_acknowledged":{"type":"boolean","title":"Forbidden Mutation Acknowledged","default":false},"hypothesis":{"type":"string","maxLength":5000,"minLength":5,"title":"Hypothesis"},"market_city":{"anyOf":[{"type":"string","maxLength":120},{"type":"null"}],"title":"Market City"},"lane_family":{"anyOf":[{"type":"string","maxLength":120},{"type":"null"}],"title":"Lane Family"},"lane_key":{"anyOf":[{"type":"string","maxLength":160},{"type":"null"}],"title":"Lane Key"},"policy_version":{"anyOf":[{"type":"string","maxLength":80},{"type":"null"}],"title":"Policy Version"},"prompt_version":{"anyOf":[{"type":"string","maxLength":80},{"type":"null"}],"title":"Prompt Version"},"baseline_version":{"anyOf":[{"type":"string","maxLength":80},{"type":"null"}],"title":"Baseline Version"},"variant_description":{"anyOf":[{"type":"string","maxLength":5000},{"type":"null"}],"title":"Variant Description"},"notes":{"anyOf":[{"type":"string","maxLength":10000},{"type":"null"}],"title":"Notes"},"started_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Started At"},"ended_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Ended At"}},"type":"object","required":["experiment_id","name","category","owning_plane","change_axes","primary_metric_key","guardrail_metric_keys","hypothesis"],"title":"ExperimentCreateIn"},"ExperimentOut":{"properties":{"id":{"type":"string","title":"Id"},"experiment_id":{"type":"string","title":"Experiment Id"},"name":{"type":"string","title":"Name"},"category":{"type":"string","title":"Category"},"status":{"type":"string","title":"Status"},"owner":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Owner"},"owning_plane":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Owning Plane"},"experiment_surface":{"type":"string","title":"Experiment Surface"},"change_axes":{"items":{"type":"string"},"type":"array","title":"Change Axes"},"primary_metric_key":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Primary Metric Key"},"guardrail_metric_keys":{"items":{"type":"string"},"type":"array","title":"Guardrail Metric Keys"},"verification_requirement":{"type":"string","title":"Verification Requirement"},"forbidden_mutation_acknowledged":{"type":"boolean","title":"Forbidden Mutation Acknowledged","default":false},"hypothesis":{"type":"string","title":"Hypothesis"},"market_city":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Market City"},"lane_family":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Lane Family"},"lane_key":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Lane Key"},"policy_version":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Policy Version"},"prompt_version":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Prompt Version"},"baseline_version":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Baseline Version"},"variant_description":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Variant Description"},"notes":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Notes"},"started_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Started At"},"ended_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Ended At"},"created_at":{"type":"string","format":"date-time","title":"Created At"},"updated_at":{"type":"string","format":"date-time","title":"Updated At"}},"type":"object","required":["id","experiment_id","name","category","status","experiment_surface","verification_requirement","hypothesis","created_at","updated_at"],"title":"ExperimentOut"},"FacebookAccountVerifyOut":{"properties":{"accepted":{"type":"boolean","title":"Accepted"},"provider":{"type":"string","title":"Provider"},"page_id":{"type":"string","title":"Page Id"},"page_name":{"type":"string","title":"Page Name"},"page_link":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Page Link"}},"type":"object","required":["accepted","provider","page_id","page_name","page_link"],"title":"FacebookAccountVerifyOut"},"FacebookActorIdentityOut":{"properties":{"agent_id":{"type":"string","title":"Agent Id"},"human_name":{"type":"string","title":"Human Name"},"role_title":{"type":"string","title":"Role Title"},"company_name":{"type":"string","title":"Company Name"},"communication_name":{"type":"string","title":"Communication Name"},"email_sender_name":{"type":"string","title":"Email Sender Name"}},"type":"object","required":["agent_id","human_name","role_title","company_name","communication_name","email_sender_name"],"title":"FacebookActorIdentityOut"},"FacebookMessageListOut":{"properties":{"total":{"type":"integer","title":"Total"},"items":{"items":{"$ref":"#/components/schemas/FacebookMessageOut"},"type":"array","title":"Items"}},"type":"object","required":["total","items"],"title":"FacebookMessageListOut"},"FacebookMessageOut":{"properties":{"id":{"type":"string","title":"Id"},"provider":{"type":"string","title":"Provider"},"external_message_id":{"type":"string","title":"External Message Id"},"direction":{"type":"string","title":"Direction"},"page_id":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Page Id"},"page_name":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Page Name"},"message_type":{"type":"string","title":"Message Type"},"body_text":{"type":"string","title":"Body Text"},"delivery_status":{"type":"string","title":"Delivery Status"},"actor":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Actor"},"related_job_id":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Related Job Id"},"metadata":{"additionalProperties":true,"type":"object","title":"Metadata"},"received_at":{"type":"string","format":"date-time","title":"Received At"},"created_at":{"type":"string","format":"date-time","title":"Created At"},"updated_at":{"type":"string","format":"date-time","title":"Updated At"}},"type":"object","required":["id","provider","external_message_id","direction","page_id","page_name","message_type","body_text","delivery_status","actor","related_job_id","metadata","received_at","created_at","updated_at"],"title":"FacebookMessageOut"},"FacebookOutboundPostIn":{"properties":{"body_text":{"type":"string","maxLength":5000,"minLength":1,"title":"Body Text"},"actor":{"type":"string","maxLength":120,"minLength":2,"title":"Actor"},"purpose":{"type":"string","enum":["founder_update","operations_update","worker_recruitment","partner_outreach","demand_outreach","sandbox_test"],"title":"Purpose"},"related_job_id":{"anyOf":[{"type":"string","maxLength":36,"minLength":36},{"type":"null"}],"title":"Related Job Id"},"link":{"anyOf":[{"type":"string","maxLength":2048,"minLength":1},{"type":"null"}],"title":"Link"},"published":{"type":"boolean","title":"Published","default":false}},"type":"object","required":["body_text","actor","purpose"],"title":"FacebookOutboundPostIn"},"FacebookOutboundPostOut":{"properties":{"accepted":{"type":"boolean","title":"Accepted"},"provider":{"type":"string","title":"Provider"},"external_message_id":{"type":"string","title":"External Message Id"},"page_id":{"type":"string","title":"Page Id"},"page_name":{"type":"string","title":"Page Name"},"actor":{"type":"string","title":"Actor"},"purpose":{"type":"string","title":"Purpose"},"delivery_status":{"type":"string","title":"Delivery Status"}},"type":"object","required":["accepted","provider","external_message_id","page_id","page_name","actor","purpose","delivery_status"],"title":"FacebookOutboundPostOut"},"FacebookPolicyOut":{"properties":{"provider":{"type":"string","title":"Provider"},"enabled":{"type":"boolean","title":"Enabled"},"outbound_enabled":{"type":"boolean","title":"Outbound Enabled"},"graph_api_base_url":{"type":"string","title":"Graph Api Base Url"},"graph_api_version":{"type":"string","title":"Graph Api Version"},"business_id":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Business Id"},"system_user_id":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"System User Id"},"page_id":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Page Id"},"app_id":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"App Id"},"allowed_actors":{"items":{"type":"string"},"type":"array","title":"Allowed Actors"},"allowed_purposes":{"items":{"type":"string"},"type":"array","title":"Allowed Purposes"},"actor_identities":{"items":{"$ref":"#/components/schemas/FacebookActorIdentityOut"},"type":"array","title":"Actor Identities"}},"type":"object","required":["provider","enabled","outbound_enabled","graph_api_base_url","graph_api_version","business_id","system_user_id","page_id","app_id","allowed_actors","allowed_purposes"],"title":"FacebookPolicyOut"},"FailureTaxonomyOut":{"properties":{"failure_category":{"type":"string","title":"Failure Category"},"repair_lane":{"type":"string","title":"Repair Lane"},"default_verification_requirements":{"items":{"type":"string"},"type":"array","title":"Default Verification Requirements"},"default_simulation_gate":{"$ref":"#/components/schemas/SimulationGateOut"},"critical_verification_requirements":{"items":{"type":"string"},"type":"array","title":"Critical Verification Requirements"},"critical_simulation_gate":{"$ref":"#/components/schemas/SimulationGateOut"}},"type":"object","required":["failure_category","repair_lane"],"title":"FailureTaxonomyOut"},"FounderAlertDispatchChannelOut":{"properties":{"channel":{"type":"string","title":"Channel"},"status":{"type":"string","title":"Status"},"target":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Target"},"detail":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Detail"}},"type":"object","required":["channel","status"],"title":"FounderAlertDispatchChannelOut"},"FounderAlertDispatchOut":{"properties":{"status":{"type":"string","title":"Status"},"reason":{"type":"string","title":"Reason"},"source":{"type":"string","title":"Source"},"window_days":{"type":"integer","title":"Window Days"},"delivered":{"type":"boolean","title":"Delivered"},"alerts_count":{"type":"integer","title":"Alerts Count"},"direction_of_change":{"type":"string","title":"Direction Of Change"},"objective_score":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Objective Score"},"fingerprint":{"type":"string","title":"Fingerprint"},"channels":{"items":{"$ref":"#/components/schemas/FounderAlertDispatchChannelOut"},"type":"array","title":"Channels"},"log_path":{"type":"string","title":"Log Path"},"codex_wakeup_created":{"type":"boolean","title":"Codex Wakeup Created","default":false},"codex_wakeup_dispatched":{"type":"boolean","title":"Codex Wakeup Dispatched","default":false},"codex_wakeup_status":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Codex Wakeup Status"},"codex_wakeup_code":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Codex Wakeup Code"},"codex_wakeup_ticket_code":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Codex Wakeup Ticket Code"},"codex_wakeup_webhook_status":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Codex Wakeup Webhook Status"}},"type":"object","required":["status","reason","source","window_days","delivered","alerts_count","direction_of_change","fingerprint","log_path"],"title":"FounderAlertDispatchOut"},"FounderDashboardAgentScorecardOut":{"properties":{"agent_name":{"type":"string","title":"Agent Name"},"action_count":{"type":"integer","title":"Action Count"},"success_count":{"type":"integer","title":"Success Count"},"success_rate":{"type":"number","title":"Success Rate"},"error_count":{"type":"integer","title":"Error Count"},"last_action_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Last Action At"},"active_experiment_ids":{"items":{"type":"string"},"type":"array","title":"Active Experiment Ids"}},"type":"object","required":["agent_name","action_count","success_count","success_rate","error_count"],"title":"FounderDashboardAgentScorecardOut"},"FounderDashboardAlertOut":{"properties":{"code":{"type":"string","title":"Code"},"severity":{"type":"string","title":"Severity"},"status":{"type":"string","title":"Status"},"headline":{"type":"string","title":"Headline"},"detail":{"type":"string","title":"Detail"},"metric_key":{"type":"string","title":"Metric Key"},"current_value":{"anyOf":[{"type":"number"},{"type":"integer"},{"type":"null"}],"title":"Current Value"},"threshold_value":{"anyOf":[{"type":"number"},{"type":"integer"},{"type":"null"}],"title":"Threshold Value"}},"type":"object","required":["code","severity","status","headline","detail","metric_key"],"title":"FounderDashboardAlertOut"},"FounderDashboardIncidentOut":{"properties":{"incident_code":{"type":"string","title":"Incident Code"},"severity":{"type":"string","title":"Severity"},"status":{"type":"string","title":"Status"},"summary":{"type":"string","title":"Summary"},"owner":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Owner"},"created_at":{"type":"string","format":"date-time","title":"Created At"}},"type":"object","required":["incident_code","severity","status","summary","created_at"],"title":"FounderDashboardIncidentOut"},"FounderDashboardOut":{"properties":{"generated_at":{"type":"string","format":"date-time","title":"Generated At"},"window_days":{"type":"integer","title":"Window Days"},"objective_scorecard":{"$ref":"#/components/schemas/FounderObjectiveScorecardOut"},"operating_scorecard":{"$ref":"#/components/schemas/OperatingScorecardOut"},"north_star":{"additionalProperties":true,"type":"object","title":"North Star"},"system_health":{"additionalProperties":true,"type":"object","title":"System Health"},"operational":{"additionalProperties":true,"type":"object","title":"Operational"},"business":{"additionalProperties":true,"type":"object","title":"Business"},"alerts":{"items":{"$ref":"#/components/schemas/FounderDashboardAlertOut"},"type":"array","title":"Alerts"},"active_experiments":{"items":{"$ref":"#/components/schemas/ExperimentOut"},"type":"array","title":"Active Experiments"},"recent_incidents":{"items":{"$ref":"#/components/schemas/FounderDashboardIncidentOut"},"type":"array","title":"Recent Incidents"},"agent_scorecards":{"items":{"$ref":"#/components/schemas/FounderDashboardAgentScorecardOut"},"type":"array","title":"Agent Scorecards"},"open_director_ticket_count":{"type":"integer","title":"Open Director Ticket Count","default":0},"latest_global_scorecard_date":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"title":"Latest Global Scorecard Date"},"weekly_strategy":{"additionalProperties":true,"type":"object","title":"Weekly Strategy"}},"type":"object","required":["generated_at","window_days","objective_scorecard","operating_scorecard"],"title":"FounderDashboardOut"},"FounderDecisionAlertOut":{"properties":{"alert_code":{"type":"string","enum":["founder_queue_backlog_warning","founder_queue_sla_breach","founder_queue_stuck_items"],"title":"Alert Code"},"severity":{"type":"string","enum":["warning","critical"],"title":"Severity"},"message":{"type":"string","title":"Message"},"count":{"type":"integer","title":"Count"}},"type":"object","required":["alert_code","severity","message","count"],"title":"FounderDecisionAlertOut"},"FounderDecisionQueueItemOut":{"properties":{"id":{"type":"string","title":"Id"},"job_id":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Job Id"},"status":{"type":"string","title":"Status"},"reason_code":{"type":"string","title":"Reason Code"},"priority":{"type":"integer","title":"Priority"},"created_at":{"type":"string","format":"date-time","title":"Created At"},"age_minutes":{"type":"integer","title":"Age Minutes"}},"type":"object","required":["id","job_id","status","reason_code","priority","created_at","age_minutes"],"title":"FounderDecisionQueueItemOut"},"FounderDecisionSLAOut":{"properties":{"generated_at":{"type":"string","format":"date-time","title":"Generated At"},"sla_target_minutes":{"type":"integer","title":"Sla Target Minutes"},"stuck_threshold_minutes":{"type":"integer","title":"Stuck Threshold Minutes"},"backlog_warning_count":{"type":"integer","title":"Backlog Warning Count"},"unresolved_count":{"type":"integer","title":"Unresolved Count"},"pending_count":{"type":"integer","title":"Pending Count"},"in_review_count":{"type":"integer","title":"In Review Count"},"oldest_unresolved_age_minutes":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Oldest Unresolved Age Minutes"},"unresolved_over_sla_count":{"type":"integer","title":"Unresolved Over Sla Count"},"unresolved_stuck_count":{"type":"integer","title":"Unresolved Stuck Count"},"unresolved_over_sla_items":{"items":{"$ref":"#/components/schemas/FounderDecisionQueueItemOut"},"type":"array","title":"Unresolved Over Sla Items"},"unresolved_stuck_items":{"items":{"$ref":"#/components/schemas/FounderDecisionQueueItemOut"},"type":"array","title":"Unresolved Stuck Items"},"alerts":{"items":{"$ref":"#/components/schemas/FounderDecisionAlertOut"},"type":"array","title":"Alerts"}},"type":"object","required":["generated_at","sla_target_minutes","stuck_threshold_minutes","backlog_warning_count","unresolved_count","pending_count","in_review_count","oldest_unresolved_age_minutes","unresolved_over_sla_count","unresolved_stuck_count"],"title":"FounderDecisionSLAOut"},"FounderObjectiveComponentOut":{"properties":{"key":{"type":"string","title":"Key"},"label":{"type":"string","title":"Label"},"weight":{"type":"number","title":"Weight"},"raw_value":{"anyOf":[{"type":"number"},{"type":"integer"}],"title":"Raw Value"},"normalized_value":{"type":"number","title":"Normalized Value"},"weighted_points":{"type":"number","title":"Weighted Points"},"detail":{"type":"string","title":"Detail"}},"type":"object","required":["key","label","weight","raw_value","normalized_value","weighted_points","detail"],"title":"FounderObjectiveComponentOut"},"FounderObjectiveConstraintOut":{"properties":{"code":{"type":"string","title":"Code"},"label":{"type":"string","title":"Label"},"status":{"type":"string","title":"Status"},"severity":{"type":"string","title":"Severity"},"breached":{"type":"boolean","title":"Breached"},"detail":{"type":"string","title":"Detail"}},"type":"object","required":["code","label","status","severity","breached","detail"],"title":"FounderObjectiveConstraintOut"},"FounderObjectivePenaltyOut":{"properties":{"key":{"type":"string","title":"Key"},"label":{"type":"string","title":"Label"},"trigger_value":{"anyOf":[{"type":"number"},{"type":"integer"}],"title":"Trigger Value"},"penalty_points":{"type":"number","title":"Penalty Points"},"detail":{"type":"string","title":"Detail"}},"type":"object","required":["key","label","trigger_value","penalty_points","detail"],"title":"FounderObjectivePenaltyOut"},"FounderObjectiveScorecardOut":{"properties":{"objective_key":{"type":"string","title":"Objective Key"},"objective_statement":{"type":"string","title":"Objective Statement"},"decision_rule":{"type":"string","title":"Decision Rule"},"direction_of_change":{"type":"string","title":"Direction Of Change"},"score":{"type":"number","title":"Score"},"raw_score":{"type":"number","title":"Raw Score"},"penalty_points":{"type":"number","title":"Penalty Points"},"primary_components":{"items":{"$ref":"#/components/schemas/FounderObjectiveComponentOut"},"type":"array","title":"Primary Components"},"penalties":{"items":{"$ref":"#/components/schemas/FounderObjectivePenaltyOut"},"type":"array","title":"Penalties"},"constraints":{"items":{"$ref":"#/components/schemas/FounderObjectiveConstraintOut"},"type":"array","title":"Constraints"}},"type":"object","required":["objective_key","objective_statement","decision_rule","direction_of_change","score","raw_score","penalty_points"],"title":"FounderObjectiveScorecardOut"},"FounderRelayCompletionIn":{"properties":{"what_happened":{"type":"string","maxLength":2000,"minLength":3,"title":"What Happened"},"what_it_means":{"anyOf":[{"type":"string","maxLength":2000},{"type":"null"}],"title":"What It Means"},"what_happens_next":{"anyOf":[{"type":"string","maxLength":2000},{"type":"null"}],"title":"What Happens Next"}},"type":"object","required":["what_happened"],"title":"FounderRelayCompletionIn"},"HTTPValidationError":{"properties":{"detail":{"items":{"$ref":"#/components/schemas/ValidationError"},"type":"array","title":"Detail"}},"type":"object","title":"HTTPValidationError"},"IncidentLogEntryIn":{"properties":{"incident_code":{"type":"string","maxLength":120,"minLength":1,"title":"Incident Code"},"summary":{"type":"string","maxLength":5000,"minLength":1,"title":"Summary"},"owner":{"anyOf":[{"type":"string","maxLength":120},{"type":"null"}],"title":"Owner"},"severity":{"type":"string","maxLength":30,"minLength":1,"title":"Severity","default":"warning"},"status":{"type":"string","maxLength":30,"minLength":1,"title":"Status","default":"open"},"failure_category":{"anyOf":[{"type":"string","maxLength":40},{"type":"null"}],"title":"Failure Category"},"failure_pattern_key":{"anyOf":[{"type":"string","maxLength":160},{"type":"null"}],"title":"Failure Pattern Key"},"repair_lane":{"anyOf":[{"type":"string","maxLength":40},{"type":"null"}],"title":"Repair Lane"},"repair_state":{"anyOf":[{"type":"string","maxLength":30},{"type":"null"}],"title":"Repair State"},"verification_status":{"anyOf":[{"type":"string","maxLength":30},{"type":"null"}],"title":"Verification Status"},"verification_requirements":{"items":{"type":"string"},"type":"array","maxItems":20,"title":"Verification Requirements"},"verification_evidence":{"items":{"$ref":"#/components/schemas/VerificationEvidenceIn"},"type":"array","maxItems":25,"title":"Verification Evidence"},"simulation_gate":{"anyOf":[{"$ref":"#/components/schemas/SimulationGateIn"},{"type":"null"}]},"root_cause":{"anyOf":[{"type":"string","maxLength":10000},{"type":"null"}],"title":"Root Cause"},"mitigation":{"anyOf":[{"type":"string","maxLength":10000},{"type":"null"}],"title":"Mitigation"},"payload":{"additionalProperties":true,"type":"object","title":"Payload"}},"type":"object","required":["incident_code","summary"],"title":"IncidentLogEntryIn"},"IncidentLogEntryOut":{"properties":{"id":{"type":"string","title":"Id"},"incident_code":{"type":"string","title":"Incident Code"},"status":{"type":"string","title":"Status"},"severity":{"type":"string","title":"Severity"},"failure_category":{"type":"string","title":"Failure Category"},"failure_pattern_key":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Failure Pattern Key"},"repair_lane":{"type":"string","title":"Repair Lane"},"repair_state":{"type":"string","title":"Repair State"},"verification_status":{"type":"string","title":"Verification Status"},"verification_requirements":{"items":{"type":"string"},"type":"array","title":"Verification Requirements"},"verification_evidence":{"items":{"$ref":"#/components/schemas/VerificationEvidenceOut"},"type":"array","title":"Verification Evidence"},"simulation_gate":{"$ref":"#/components/schemas/SimulationGateOut"},"summary":{"type":"string","title":"Summary"},"owner":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Owner"},"root_cause":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Root Cause"},"mitigation":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Mitigation"},"payload":{"additionalProperties":true,"type":"object","title":"Payload"},"created_at":{"type":"string","format":"date-time","title":"Created At"},"updated_at":{"type":"string","format":"date-time","title":"Updated At"},"closed_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Closed At"}},"type":"object","required":["id","incident_code","status","severity","failure_category","repair_lane","repair_state","verification_status","summary","created_at","updated_at"],"title":"IncidentLogEntryOut"},"IncidentLogEntryUpdateIn":{"properties":{"summary":{"anyOf":[{"type":"string","maxLength":5000},{"type":"null"}],"title":"Summary"},"owner":{"anyOf":[{"type":"string","maxLength":120},{"type":"null"}],"title":"Owner"},"severity":{"anyOf":[{"type":"string","maxLength":30},{"type":"null"}],"title":"Severity"},"status":{"anyOf":[{"type":"string","maxLength":30},{"type":"null"}],"title":"Status"},"failure_category":{"anyOf":[{"type":"string","maxLength":40},{"type":"null"}],"title":"Failure Category"},"failure_pattern_key":{"anyOf":[{"type":"string","maxLength":160},{"type":"null"}],"title":"Failure Pattern Key"},"repair_lane":{"anyOf":[{"type":"string","maxLength":40},{"type":"null"}],"title":"Repair Lane"},"repair_state":{"anyOf":[{"type":"string","maxLength":30},{"type":"null"}],"title":"Repair State"},"verification_status":{"anyOf":[{"type":"string","maxLength":30},{"type":"null"}],"title":"Verification Status"},"verification_requirements":{"anyOf":[{"items":{"type":"string"},"type":"array","maxItems":20},{"type":"null"}],"title":"Verification Requirements"},"verification_evidence":{"anyOf":[{"items":{"$ref":"#/components/schemas/VerificationEvidenceIn"},"type":"array","maxItems":25},{"type":"null"}],"title":"Verification Evidence"},"simulation_gate":{"anyOf":[{"$ref":"#/components/schemas/SimulationGateIn"},{"type":"null"}]},"root_cause":{"anyOf":[{"type":"string","maxLength":10000},{"type":"null"}],"title":"Root Cause"},"mitigation":{"anyOf":[{"type":"string","maxLength":10000},{"type":"null"}],"title":"Mitigation"},"payload":{"anyOf":[{"additionalProperties":true,"type":"object"},{"type":"null"}],"title":"Payload"},"closed_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Closed At"}},"type":"object","title":"IncidentLogEntryUpdateIn"},"IncidentRepairStateUpdateIn":{"properties":{"status":{"anyOf":[{"type":"string","maxLength":30},{"type":"null"}],"title":"Status"},"repair_state":{"anyOf":[{"type":"string","maxLength":30},{"type":"null"}],"title":"Repair State"},"verification_status":{"anyOf":[{"type":"string","maxLength":30},{"type":"null"}],"title":"Verification Status"},"verification_requirements":{"anyOf":[{"items":{"type":"string"},"type":"array","maxItems":20},{"type":"null"}],"title":"Verification Requirements"},"verification_evidence":{"anyOf":[{"items":{"$ref":"#/components/schemas/VerificationEvidenceIn"},"type":"array","maxItems":25},{"type":"null"}],"title":"Verification Evidence"},"simulation_gate":{"anyOf":[{"$ref":"#/components/schemas/SimulationGateIn"},{"type":"null"}]},"root_cause":{"anyOf":[{"type":"string","maxLength":10000},{"type":"null"}],"title":"Root Cause"},"mitigation":{"anyOf":[{"type":"string","maxLength":10000},{"type":"null"}],"title":"Mitigation"},"owner":{"anyOf":[{"type":"string","maxLength":120},{"type":"null"}],"title":"Owner"}},"type":"object","title":"IncidentRepairStateUpdateIn"},"JobCreatedOut":{"properties":{"job_id":{"type":"string","title":"Job Id"},"status":{"type":"string","title":"Status"},"template_name":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Template Name"},"template_version":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Template Version"},"worker_requirements":{"additionalProperties":true,"type":"object","title":"Worker Requirements"},"steps":{"items":{"$ref":"#/components/schemas/StepOut"},"type":"array","title":"Steps"}},"type":"object","required":["job_id","status","worker_requirements","steps"],"title":"JobCreatedOut"},"JobSnapshotOut":{"properties":{"job_id":{"type":"string","title":"Job Id"},"objective":{"type":"string","title":"Objective"},"address":{"type":"string","title":"Address"},"nonce":{"type":"string","title":"Nonce"},"status":{"type":"string","title":"Status"},"template_name":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Template Name"},"template_version":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Template Version"},"worker_requirements":{"additionalProperties":true,"type":"object","title":"Worker Requirements"},"worker_handle":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Worker Handle"},"provider_id":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Provider Id"},"provider_label":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Provider Label"},"dispatch_contact_name":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Dispatch Contact Name"},"executor_name":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Executor Name"},"created_at":{"type":"string","format":"date-time","title":"Created At"},"updated_at":{"type":"string","format":"date-time","title":"Updated At"},"steps":{"items":{"$ref":"#/components/schemas/StepOut"},"type":"array","title":"Steps"}},"type":"object","required":["job_id","objective","address","nonce","status","worker_requirements","worker_handle","created_at","updated_at","steps"],"title":"JobSnapshotOut"},"JobTransitionIn":{"properties":{"to_status":{"type":"string","maxLength":32,"minLength":3,"title":"To Status"},"reason":{"type":"string","maxLength":200,"minLength":3,"title":"Reason"},"actor":{"type":"string","maxLength":40,"minLength":2,"title":"Actor","default":"brain"},"metadata":{"additionalProperties":true,"type":"object","title":"Metadata"}},"type":"object","required":["to_status","reason"],"title":"JobTransitionIn"},"ObjectionPatternCreateIn":{"properties":{"pattern_key":{"anyOf":[{"type":"string","maxLength":160},{"type":"null"}],"title":"Pattern Key"},"scope_type":{"type":"string","maxLength":40,"minLength":1,"title":"Scope Type","default":"global"},"scope_key":{"type":"string","maxLength":120,"minLength":1,"title":"Scope Key","default":"default"},"audience_type":{"type":"string","maxLength":30,"minLength":1,"title":"Audience Type","default":"customer"},"channel":{"anyOf":[{"type":"string","maxLength":40},{"type":"null"}],"title":"Channel"},"title":{"type":"string","maxLength":240,"minLength":3,"title":"Title"},"normalized_objection":{"type":"string","maxLength":500,"minLength":3,"title":"Normalized Objection"},"summary":{"type":"string","maxLength":10000,"minLength":3,"title":"Summary"},"status":{"type":"string","maxLength":30,"minLength":1,"title":"Status","default":"active"},"occurrence_count":{"type":"integer","maximum":100000.0,"minimum":1.0,"title":"Occurrence Count","default":1},"confidence":{"type":"number","maximum":1.0,"minimum":0.0,"title":"Confidence","default":0.5},"evidence_examples":{"items":{"additionalProperties":true,"type":"object"},"type":"array","maxItems":25,"title":"Evidence Examples"},"source_payload":{"additionalProperties":true,"type":"object","title":"Source Payload"},"owner":{"anyOf":[{"type":"string","maxLength":120},{"type":"null"}],"title":"Owner"},"source_brief_id":{"anyOf":[{"type":"string","maxLength":36,"minLength":36},{"type":"null"}],"title":"Source Brief Id"},"source_belief_id":{"anyOf":[{"type":"string","maxLength":36,"minLength":36},{"type":"null"}],"title":"Source Belief Id"},"supersedes_id":{"anyOf":[{"type":"string","maxLength":36,"minLength":36},{"type":"null"}],"title":"Supersedes Id"}},"type":"object","required":["title","normalized_objection","summary"],"title":"ObjectionPatternCreateIn"},"ObjectionPatternOut":{"properties":{"id":{"type":"string","title":"Id"},"pattern_key":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Pattern Key"},"scope_type":{"type":"string","title":"Scope Type"},"scope_key":{"type":"string","title":"Scope Key"},"audience_type":{"type":"string","title":"Audience Type"},"channel":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Channel"},"title":{"type":"string","title":"Title"},"normalized_objection":{"type":"string","title":"Normalized Objection"},"summary":{"type":"string","title":"Summary"},"status":{"type":"string","title":"Status"},"occurrence_count":{"type":"integer","title":"Occurrence Count"},"confidence":{"type":"number","title":"Confidence"},"evidence_examples":{"items":{"additionalProperties":true,"type":"object"},"type":"array","title":"Evidence Examples"},"source_payload":{"additionalProperties":true,"type":"object","title":"Source Payload"},"owner":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Owner"},"source_brief_id":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Source Brief Id"},"source_belief_id":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Source Belief Id"},"supersedes_id":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Supersedes Id"},"first_seen_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"First Seen At"},"last_seen_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Last Seen At"},"created_at":{"type":"string","format":"date-time","title":"Created At"},"updated_at":{"type":"string","format":"date-time","title":"Updated At"}},"type":"object","required":["id","scope_type","scope_key","audience_type","title","normalized_objection","summary","status","occurrence_count","confidence","created_at","updated_at"],"title":"ObjectionPatternOut"},"OpenClawEventIn":{"properties":{"event_id":{"type":"string","maxLength":128,"minLength":8,"title":"Event Id"},"source":{"$ref":"#/components/schemas/OpenClawSource"},"event_type":{"$ref":"#/components/schemas/OpenClawEventType"},"occurred_at":{"type":"string","format":"date-time","title":"Occurred At"},"job_id":{"type":"string","maxLength":36,"minLength":36,"title":"Job Id"},"payload":{"additionalProperties":true,"type":"object","title":"Payload"}},"type":"object","required":["event_id","source","event_type","occurred_at","job_id"],"title":"OpenClawEventIn"},"OpenClawEventOut":{"properties":{"event_id":{"type":"string","title":"Event Id"},"source":{"type":"string","title":"Source"},"event_type":{"type":"string","title":"Event Type"},"status":{"type":"string","enum":["processed","duplicate"],"title":"Status"},"job_id":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Job Id"},"job_status":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Job Status"},"detail":{"type":"string","title":"Detail"},"reality_report_ready":{"type":"boolean","title":"Reality Report Ready","default":false},"next_step_name":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Next Step Name"},"next_step_instruction":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Next Step Instruction"},"validation_errors":{"items":{"type":"string"},"type":"array","title":"Validation Errors"}},"type":"object","required":["event_id","source","event_type","status","job_id","job_status","detail"],"title":"OpenClawEventOut"},"OpenClawEventType":{"type":"string","enum":["job.accepted","job.evidence_submitted","job.status_requested"],"title":"OpenClawEventType"},"OpenClawFailureReason":{"properties":{"reason":{"type":"string","title":"Reason"},"count":{"type":"integer","title":"Count"}},"type":"object","required":["reason","count"],"title":"OpenClawFailureReason"},"OpenClawMetricsOut":{"properties":{"window_minutes":{"type":"integer","title":"Window Minutes"},"window_start":{"type":"string","format":"date-time","title":"Window Start"},"window_end":{"type":"string","format":"date-time","title":"Window End"},"accepted_events":{"type":"integer","title":"Accepted Events"},"processed_events":{"type":"integer","title":"Processed Events"},"failed_events":{"type":"integer","title":"Failed Events"},"processing_events":{"type":"integer","title":"Processing Events"},"duplicate_events":{"type":"integer","title":"Duplicate Events"},"signature_failures":{"type":"integer","title":"Signature Failures"},"stale_event_rejections":{"type":"integer","title":"Stale Event Rejections"},"future_event_rejections":{"type":"integer","title":"Future Event Rejections"},"agent_loop_iterations":{"type":"integer","title":"Agent Loop Iterations"},"agent_errors_by_type":{"additionalProperties":{"type":"integer"},"type":"object","title":"Agent Errors By Type"},"duplicate_rate":{"type":"number","title":"Duplicate Rate"},"success_rate":{"type":"number","title":"Success Rate"},"top_failure_reasons":{"items":{"$ref":"#/components/schemas/OpenClawFailureReason"},"type":"array","title":"Top Failure Reasons"}},"type":"object","required":["window_minutes","window_start","window_end","accepted_events","processed_events","failed_events","processing_events","duplicate_events","signature_failures","stale_event_rejections","future_event_rejections","agent_loop_iterations","agent_errors_by_type","duplicate_rate","success_rate"],"title":"OpenClawMetricsOut"},"OpenClawSource":{"type":"string","enum":["inspector_manager","recruiter"],"title":"OpenClawSource"},"OperatingMetricComponentOut":{"properties":{"key":{"type":"string","title":"Key"},"label":{"type":"string","title":"Label"},"weight":{"type":"number","title":"Weight"},"raw_value":{"anyOf":[{"type":"number"},{"type":"integer"},{"type":"null"}],"title":"Raw Value"},"normalized_value":{"type":"number","title":"Normalized Value"},"weighted_points":{"type":"number","title":"Weighted Points"},"measurement_status":{"type":"string","title":"Measurement Status"},"detail":{"type":"string","title":"Detail"},"source_metrics":{"items":{"type":"string"},"type":"array","title":"Source Metrics"},"inputs":{"additionalProperties":true,"type":"object","title":"Inputs"}},"type":"object","required":["key","label","weight","normalized_value","weighted_points","measurement_status","detail"],"title":"OperatingMetricComponentOut"},"OperatingScorecardOut":{"properties":{"active_lane_key":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Active Lane Key"},"active_market_city":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Active Market City"},"active_lane_family":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Active Lane Family"},"lane_scope_source":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Lane Scope Source"},"stage_key":{"type":"string","title":"Stage Key"},"stage_label":{"type":"string","title":"Stage Label"},"stage_source":{"type":"string","title":"Stage Source"},"stage_reason":{"type":"string","title":"Stage Reason"},"score_key":{"type":"string","title":"Score Key"},"score_label":{"type":"string","title":"Score Label"},"objective_statement":{"type":"string","title":"Objective Statement"},"governor_note":{"type":"string","title":"Governor Note"},"score":{"type":"number","title":"Score"},"primary_components":{"items":{"$ref":"#/components/schemas/OperatingMetricComponentOut"},"type":"array","title":"Primary Components"},"recommended_focus":{"items":{"type":"string"},"type":"array","title":"Recommended Focus"},"missing_metrics":{"items":{"type":"string"},"type":"array","title":"Missing Metrics"},"measurement_status_summary":{"additionalProperties":true,"type":"object","title":"Measurement Status Summary"}},"type":"object","required":["stage_key","stage_label","stage_source","stage_reason","score_key","score_label","objective_statement","governor_note","score"],"title":"OperatingScorecardOut"},"OutreachEventIn":{"properties":{"lead_id":{"anyOf":[{"type":"string","maxLength":128},{"type":"null"}],"title":"Lead Id"},"channel":{"type":"string","maxLength":40,"minLength":1,"title":"Channel"},"provider":{"anyOf":[{"type":"string","maxLength":40},{"type":"null"}],"title":"Provider"},"recipient":{"type":"string","maxLength":320,"minLength":3,"title":"Recipient"},"subject":{"anyOf":[{"type":"string","maxLength":500},{"type":"null"}],"title":"Subject"},"external_message_id":{"anyOf":[{"type":"string","maxLength":200},{"type":"null"}],"title":"External Message Id"},"status":{"type":"string","maxLength":30,"minLength":1,"title":"Status","default":"sent"},"payload":{"additionalProperties":true,"type":"object","title":"Payload"}},"type":"object","required":["channel","recipient"],"title":"OutreachEventIn"},"OutreachEventOut":{"properties":{"id":{"type":"string","title":"Id"},"lead_id":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Lead Id"},"channel":{"type":"string","title":"Channel"},"provider":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Provider"},"recipient":{"type":"string","title":"Recipient"},"subject":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Subject"},"external_message_id":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"External Message Id"},"status":{"type":"string","title":"Status"},"payload":{"additionalProperties":true,"type":"object","title":"Payload"},"created_at":{"type":"string","format":"date-time","title":"Created At"}},"type":"object","required":["id","channel","recipient","status","created_at"],"title":"OutreachEventOut"},"PayoutLedgerMarkPaidIn":{"properties":{"actor":{"type":"string","maxLength":80,"minLength":2,"title":"Actor","default":"finance_ops"},"external_payout_id":{"anyOf":[{"type":"string","maxLength":120,"minLength":2},{"type":"null"}],"title":"External Payout Id"},"paid_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Paid At"},"notes":{"anyOf":[{"type":"string","maxLength":2000},{"type":"null"}],"title":"Notes"}},"type":"object","title":"PayoutLedgerMarkPaidIn"},"PayoutLedgerMarkPaidOut":{"properties":{"payout":{"$ref":"#/components/schemas/PayoutLedgerOut"},"job_status":{"type":"string","title":"Job Status"}},"type":"object","required":["payout","job_status"],"title":"PayoutLedgerMarkPaidOut"},"PayoutLedgerOut":{"properties":{"id":{"type":"string","title":"Id"},"job_id":{"type":"string","title":"Job Id"},"worker_id":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Worker Id"},"amount_cents":{"type":"integer","title":"Amount Cents"},"currency":{"type":"string","title":"Currency"},"status":{"type":"string","title":"Status"},"payment_rail":{"type":"string","title":"Payment Rail"},"external_payout_id":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"External Payout Id"},"simulated":{"type":"boolean","title":"Simulated"},"created_at":{"type":"string","format":"date-time","title":"Created At"},"paid_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Paid At"}},"type":"object","required":["id","job_id","worker_id","amount_cents","currency","status","payment_rail","external_payout_id","simulated","created_at","paid_at"],"title":"PayoutLedgerOut"},"PayoutReconciliationReportOut":{"properties":{"generated_at":{"type":"string","format":"date-time","title":"Generated At"},"created_from":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Created From"},"created_to":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Created To"},"status_filter":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Status Filter"},"payment_rail_filter":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Payment Rail Filter"},"summary":{"$ref":"#/components/schemas/PayoutReconciliationSummaryOut"},"payouts":{"items":{"$ref":"#/components/schemas/PayoutLedgerOut"},"type":"array","title":"Payouts"}},"type":"object","required":["generated_at","created_from","created_to","status_filter","payment_rail_filter","summary","payouts"],"title":"PayoutReconciliationReportOut"},"PayoutReconciliationSummaryOut":{"properties":{"total_count":{"type":"integer","title":"Total Count"},"total_amount_cents":{"type":"integer","title":"Total Amount Cents"},"paid_count":{"type":"integer","title":"Paid Count"},"paid_amount_cents":{"type":"integer","title":"Paid Amount Cents"},"pending_count":{"type":"integer","title":"Pending Count"},"pending_amount_cents":{"type":"integer","title":"Pending Amount Cents"},"counts_by_status":{"additionalProperties":{"type":"integer"},"type":"object","title":"Counts By Status"},"amounts_by_status_cents":{"additionalProperties":{"type":"integer"},"type":"object","title":"Amounts By Status Cents"}},"type":"object","required":["total_count","total_amount_cents","paid_count","paid_amount_cents","pending_count","pending_amount_cents","counts_by_status","amounts_by_status_cents"],"title":"PayoutReconciliationSummaryOut"},"PayoutSummary":{"properties":{"payout_status":{"type":"string","title":"Payout Status"},"payout_amount_cents":{"type":"integer","title":"Payout Amount Cents"},"invoice_amount_cents":{"type":"integer","title":"Invoice Amount Cents"},"margin_cents":{"type":"integer","title":"Margin Cents"},"currency":{"type":"string","title":"Currency"},"simulated":{"type":"boolean","title":"Simulated"}},"additionalProperties":false,"type":"object","required":["payout_status","payout_amount_cents","invoice_amount_cents","margin_cents","currency","simulated"],"title":"PayoutSummary"},"PlaybookRevisionCreateIn":{"properties":{"playbook_key":{"anyOf":[{"type":"string","maxLength":160},{"type":"null"}],"title":"Playbook Key"},"playbook_type":{"type":"string","maxLength":40,"minLength":2,"title":"Playbook Type"},"scope_type":{"type":"string","maxLength":40,"minLength":1,"title":"Scope Type","default":"global"},"scope_key":{"type":"string","maxLength":120,"minLength":1,"title":"Scope Key","default":"default"},"title":{"type":"string","maxLength":240,"minLength":3,"title":"Title"},"summary":{"type":"string","maxLength":10000,"minLength":3,"title":"Summary"},"rationale":{"anyOf":[{"type":"string","maxLength":10000},{"type":"null"}],"title":"Rationale"},"policy_payload":{"additionalProperties":true,"type":"object","title":"Policy Payload"},"status":{"type":"string","maxLength":30,"minLength":1,"title":"Status","default":"candidate"},"owner":{"anyOf":[{"type":"string","maxLength":120},{"type":"null"}],"title":"Owner"},"approved_by":{"anyOf":[{"type":"string","maxLength":120},{"type":"null"}],"title":"Approved By"},"source_brief_id":{"anyOf":[{"type":"string","maxLength":36,"minLength":36},{"type":"null"}],"title":"Source Brief Id"},"source_belief_id":{"anyOf":[{"type":"string","maxLength":36,"minLength":36},{"type":"null"}],"title":"Source Belief Id"},"supersedes_id":{"anyOf":[{"type":"string","maxLength":36,"minLength":36},{"type":"null"}],"title":"Supersedes Id"},"effective_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Effective At"}},"type":"object","required":["playbook_type","title","summary"],"title":"PlaybookRevisionCreateIn"},"PlaybookRevisionOut":{"properties":{"id":{"type":"string","title":"Id"},"playbook_key":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Playbook Key"},"playbook_type":{"type":"string","title":"Playbook Type"},"scope_type":{"type":"string","title":"Scope Type"},"scope_key":{"type":"string","title":"Scope Key"},"revision_number":{"type":"integer","title":"Revision Number"},"title":{"type":"string","title":"Title"},"summary":{"type":"string","title":"Summary"},"rationale":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Rationale"},"policy_payload":{"additionalProperties":true,"type":"object","title":"Policy Payload"},"status":{"type":"string","title":"Status"},"owner":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Owner"},"approved_by":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Approved By"},"source_brief_id":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Source Brief Id"},"source_belief_id":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Source Belief Id"},"supersedes_id":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Supersedes Id"},"effective_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Effective At"},"created_at":{"type":"string","format":"date-time","title":"Created At"},"updated_at":{"type":"string","format":"date-time","title":"Updated At"}},"type":"object","required":["id","playbook_type","scope_type","scope_key","revision_number","title","summary","status","created_at","updated_at"],"title":"PlaybookRevisionOut"},"PlaybookRevisionStatusUpdateIn":{"properties":{"status":{"type":"string","maxLength":30,"minLength":1,"title":"Status"},"approved_by":{"anyOf":[{"type":"string","maxLength":120},{"type":"null"}],"title":"Approved By"},"effective_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Effective At"}},"type":"object","required":["status"],"title":"PlaybookRevisionStatusUpdateIn"},"ProviderApplicationAdminExceptionCreateIn":{"properties":{"full_name":{"type":"string","maxLength":200,"minLength":2,"title":"Full Name"},"business_name":{"anyOf":[{"type":"string","maxLength":200},{"type":"null"}],"title":"Business Name"},"contact_name":{"anyOf":[{"type":"string","maxLength":200},{"type":"null"}],"title":"Contact Name"},"business_category":{"anyOf":[{"type":"string","maxLength":120},{"type":"null"}],"title":"Business Category"},"email":{"type":"string","maxLength":320,"minLength":5,"title":"Email"},"phone":{"type":"string","maxLength":80,"minLength":5,"title":"Phone"},"location":{"type":"string","maxLength":200,"minLength":2,"title":"Location"},"postal_code":{"anyOf":[{"type":"string","maxLength":32,"minLength":3},{"type":"null"}],"title":"Postal Code"},"travel_radius_km":{"anyOf":[{"type":"number","maximum":500.0,"exclusiveMinimum":0.0},{"type":"null"}],"title":"Travel Radius Km"},"contact_handle":{"anyOf":[{"type":"string","maxLength":200},{"type":"null"}],"title":"Contact Handle"},"preferred_channel":{"type":"string","maxLength":30,"minLength":2,"title":"Preferred Channel"},"preferred_language":{"type":"string","maxLength":30,"minLength":2,"title":"Preferred Language"},"preferred_payment_method":{"type":"string","maxLength":30,"minLength":2,"title":"Preferred Payment Method"},"payment_handle":{"type":"string","maxLength":120,"minLength":2,"title":"Payment Handle"},"assignment_classes":{"items":{"type":"string"},"type":"array","maxItems":12,"minItems":1,"title":"Assignment Classes"},"capability_tags":{"items":{"type":"string"},"type":"array","maxItems":20,"title":"Capability Tags"},"experience_notes":{"anyOf":[{"type":"string","maxLength":4000},{"type":"null"}],"title":"Experience Notes"},"intake_source":{"type":"string","const":"founder_admin_exception","title":"Intake Source","default":"founder_admin_exception"},"intake_submission_id":{"type":"string","maxLength":120,"minLength":8,"title":"Intake Submission Id"},"admin_actor":{"type":"string","maxLength":120,"minLength":2,"title":"Admin Actor"},"exception_reason":{"type":"string","maxLength":2000,"minLength":8,"title":"Exception Reason"},"source_channel":{"type":"string","enum":["email","telegram","whatsapp","sms","manual"],"title":"Source Channel"},"source_record_id":{"anyOf":[{"type":"string","maxLength":120},{"type":"null"}],"title":"Source Record Id"},"source_external_message_id":{"anyOf":[{"type":"string","maxLength":200},{"type":"null"}],"title":"Source External Message Id"},"source_notes":{"anyOf":[{"type":"string","maxLength":2000},{"type":"null"}],"title":"Source Notes"}},"type":"object","required":["full_name","email","phone","location","preferred_channel","preferred_language","preferred_payment_method","payment_handle","assignment_classes","intake_submission_id","admin_actor","exception_reason","source_channel"],"title":"ProviderApplicationAdminExceptionCreateIn"},"ProviderApplicationAdminExceptionCreateOut":{"properties":{"application_id":{"type":"string","title":"Application Id"},"status":{"type":"string","title":"Status"},"postal_code":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Postal Code"},"travel_radius_km":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Travel Radius Km"},"review_queue_item_id":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Review Queue Item Id"},"submitted_at":{"type":"string","format":"date-time","title":"Submitted At"},"audit_log_id":{"type":"string","title":"Audit Log Id"}},"type":"object","required":["application_id","status","postal_code","travel_radius_km","review_queue_item_id","submitted_at","audit_log_id"],"title":"ProviderApplicationAdminExceptionCreateOut"},"ProviderApplicationCreateIn":{"properties":{"full_name":{"type":"string","maxLength":200,"minLength":2,"title":"Full Name"},"business_name":{"anyOf":[{"type":"string","maxLength":200},{"type":"null"}],"title":"Business Name"},"contact_name":{"anyOf":[{"type":"string","maxLength":200},{"type":"null"}],"title":"Contact Name"},"business_category":{"anyOf":[{"type":"string","maxLength":120},{"type":"null"}],"title":"Business Category"},"email":{"type":"string","maxLength":320,"minLength":5,"title":"Email"},"phone":{"type":"string","maxLength":80,"minLength":5,"title":"Phone"},"location":{"type":"string","maxLength":200,"minLength":2,"title":"Location"},"postal_code":{"type":"string","maxLength":32,"minLength":3,"title":"Postal Code"},"travel_radius_km":{"type":"number","maximum":500.0,"exclusiveMinimum":0.0,"title":"Travel Radius Km"},"contact_handle":{"anyOf":[{"type":"string","maxLength":200},{"type":"null"}],"title":"Contact Handle"},"preferred_channel":{"type":"string","maxLength":30,"minLength":2,"title":"Preferred Channel"},"preferred_language":{"type":"string","maxLength":30,"minLength":2,"title":"Preferred Language"},"preferred_payment_method":{"type":"string","maxLength":30,"minLength":2,"title":"Preferred Payment Method"},"payment_handle":{"type":"string","maxLength":120,"minLength":2,"title":"Payment Handle"},"assignment_classes":{"items":{"type":"string"},"type":"array","maxItems":12,"minItems":1,"title":"Assignment Classes"},"capability_tags":{"items":{"type":"string"},"type":"array","maxItems":20,"title":"Capability Tags"},"experience_notes":{"anyOf":[{"type":"string","maxLength":4000},{"type":"null"}],"title":"Experience Notes"},"intake_source":{"type":"string","const":"join_page","title":"Intake Source","default":"join_page"},"intake_submission_id":{"type":"string","maxLength":120,"minLength":8,"title":"Intake Submission Id"}},"type":"object","required":["full_name","email","phone","location","postal_code","travel_radius_km","preferred_channel","preferred_language","preferred_payment_method","payment_handle","assignment_classes","intake_submission_id"],"title":"ProviderApplicationCreateIn"},"ProviderApplicationCreateOut":{"properties":{"application_id":{"type":"string","title":"Application Id"},"status":{"type":"string","title":"Status"},"postal_code":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Postal Code"},"travel_radius_km":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Travel Radius Km"},"review_queue_item_id":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Review Queue Item Id"},"submitted_at":{"type":"string","format":"date-time","title":"Submitted At"}},"type":"object","required":["application_id","status","postal_code","travel_radius_km","review_queue_item_id","submitted_at"],"title":"ProviderApplicationCreateOut"},"ProviderApplicationDeleteIn":{"properties":{"actor":{"type":"string","maxLength":120,"minLength":2,"title":"Actor"},"reason":{"anyOf":[{"type":"string","maxLength":1000},{"type":"null"}],"title":"Reason"}},"type":"object","required":["actor"],"title":"ProviderApplicationDeleteIn"},"ProviderApplicationDeleteOut":{"properties":{"deleted_application_id":{"type":"string","title":"Deleted Application Id"},"full_name":{"type":"string","title":"Full Name"},"status":{"type":"string","title":"Status"},"review_queue_item_id":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Review Queue Item Id"},"deleted_at":{"type":"string","format":"date-time","title":"Deleted At"},"actor":{"type":"string","title":"Actor"},"reason":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Reason"},"audit_log_id":{"type":"string","title":"Audit Log Id"}},"type":"object","required":["deleted_application_id","full_name","status","review_queue_item_id","deleted_at","actor","reason","audit_log_id"],"title":"ProviderApplicationDeleteOut"},"ProviderApplicationListOut":{"properties":{"total":{"type":"integer","title":"Total"},"items":{"items":{"$ref":"#/components/schemas/ProviderApplicationOut"},"type":"array","title":"Items"}},"type":"object","required":["total","items"],"title":"ProviderApplicationListOut"},"ProviderApplicationOut":{"properties":{"id":{"type":"string","title":"Id"},"full_name":{"type":"string","title":"Full Name"},"business_name":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Business Name"},"contact_name":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Contact Name"},"business_category":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Business Category"},"provider_id":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Provider Id"},"provider_label":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Provider Label"},"provider_channel":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Provider Channel"},"provider_email":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Provider Email"},"dispatch_contact_name":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Dispatch Contact Name"},"email":{"type":"string","title":"Email"},"phone":{"type":"string","title":"Phone"},"location":{"type":"string","title":"Location"},"postal_code":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Postal Code"},"travel_radius_km":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Travel Radius Km"},"contact_handle":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Contact Handle"},"preferred_channel":{"type":"string","title":"Preferred Channel"},"preferred_language":{"type":"string","title":"Preferred Language"},"preferred_payment_method":{"type":"string","title":"Preferred Payment Method"},"payment_handle":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Payment Handle"},"network_status":{"type":"string","title":"Network Status"},"source_origin":{"type":"string","title":"Source Origin"},"assignment_classes":{"items":{"type":"string"},"type":"array","title":"Assignment Classes"},"capability_tags":{"items":{"type":"string"},"type":"array","title":"Capability Tags"},"experience_notes":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Experience Notes"},"intake_source":{"type":"string","title":"Intake Source"},"intake_submission_id":{"type":"string","title":"Intake Submission Id"},"status":{"type":"string","title":"Status"},"review_queue_item_id":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Review Queue Item Id"},"reviewer":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Reviewer"},"review_notes":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Review Notes"},"qualification_decision":{"additionalProperties":true,"type":"object","title":"Qualification Decision"},"created_at":{"type":"string","format":"date-time","title":"Created At"},"updated_at":{"type":"string","format":"date-time","title":"Updated At"},"reviewed_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Reviewed At"}},"type":"object","required":["id","full_name","business_name","contact_name","business_category","email","phone","location","postal_code","travel_radius_km","contact_handle","preferred_channel","preferred_language","preferred_payment_method","payment_handle","network_status","source_origin","assignment_classes","capability_tags","experience_notes","intake_source","intake_submission_id","status","review_queue_item_id","reviewer","review_notes","qualification_decision","created_at","updated_at","reviewed_at"],"title":"ProviderApplicationOut"},"ProviderApplicationResolveIn":{"properties":{"decision":{"type":"string","maxLength":40,"minLength":3,"title":"Decision"},"reviewer":{"type":"string","maxLength":120,"minLength":2,"title":"Reviewer"},"notes":{"anyOf":[{"type":"string","maxLength":2000},{"type":"null"}],"title":"Notes"},"approved_assignment_classes":{"items":{"type":"string"},"type":"array","maxItems":12,"title":"Approved Assignment Classes"},"approved_capability_tags":{"items":{"type":"string"},"type":"array","maxItems":20,"title":"Approved Capability Tags"}},"type":"object","required":["decision","reviewer"],"title":"ProviderApplicationResolveIn"},"ProviderAvailabilityOut":{"properties":{"status":{"type":"string","title":"Status"},"next_available_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Next Available At"},"notes":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Notes"},"source":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Source"},"updated_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Updated At"}},"type":"object","required":["status","next_available_at","notes","source","updated_at"],"title":"ProviderAvailabilityOut"},"ProviderAvailabilityUpdateIn":{"properties":{"status":{"type":"string","maxLength":30,"minLength":3,"title":"Status"},"next_available_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Next Available At"},"notes":{"anyOf":[{"type":"string","maxLength":1000},{"type":"null"}],"title":"Notes"},"source":{"type":"string","maxLength":80,"minLength":2,"title":"Source","default":"founder_console"}},"type":"object","required":["status"],"title":"ProviderAvailabilityUpdateIn"},"ProviderCapabilityPolicyOut":{"properties":{"task_classes":{"items":{"additionalProperties":true,"type":"object"},"type":"array","title":"Task Classes"},"capability_tags":{"items":{"additionalProperties":true,"type":"object"},"type":"array","title":"Capability Tags"},"current_active_classes":{"items":{"type":"string"},"type":"array","title":"Current Active Classes"},"controlled_classes":{"items":{"type":"string"},"type":"array","title":"Controlled Classes"},"later_classes":{"items":{"type":"string"},"type":"array","title":"Later Classes"}},"type":"object","required":["task_classes","capability_tags","current_active_classes","controlled_classes","later_classes"],"title":"ProviderCapabilityPolicyOut"},"ProviderCoverageOut":{"properties":{"id":{"type":"string","title":"Id"},"label":{"type":"string","title":"Label"},"latitude":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Latitude"},"longitude":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Longitude"},"radius_km":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Radius Km"},"priority":{"type":"integer","title":"Priority"},"is_primary":{"type":"boolean","title":"Is Primary"},"is_active":{"type":"boolean","title":"Is Active"},"updated_at":{"type":"string","format":"date-time","title":"Updated At"}},"type":"object","required":["id","label","latitude","longitude","radius_km","priority","is_primary","is_active","updated_at"],"title":"ProviderCoverageOut"},"ProviderCoverageUpsertIn":{"properties":{"coverage_id":{"anyOf":[{"type":"string","maxLength":36,"minLength":36},{"type":"null"}],"title":"Coverage Id"},"label":{"type":"string","maxLength":200,"minLength":2,"title":"Label"},"latitude":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Latitude"},"longitude":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Longitude"},"radius_km":{"anyOf":[{"type":"number","maximum":5000.0,"exclusiveMinimum":0.0},{"type":"null"}],"title":"Radius Km"},"priority":{"type":"integer","maximum":1000.0,"minimum":0.0,"title":"Priority","default":0},"is_primary":{"type":"boolean","title":"Is Primary","default":false},"is_active":{"type":"boolean","title":"Is Active","default":true}},"type":"object","required":["label"],"title":"ProviderCoverageUpsertIn"},"ProviderDeleteIn":{"properties":{"actor":{"type":"string","maxLength":120,"minLength":2,"title":"Actor"},"reason":{"anyOf":[{"type":"string","maxLength":1000},{"type":"null"}],"title":"Reason"}},"type":"object","required":["actor"],"title":"ProviderDeleteIn"},"ProviderDeleteOut":{"properties":{"deleted_provider_id":{"type":"string","title":"Deleted Provider Id"},"provider_label":{"type":"string","title":"Provider Label"},"deleted_at":{"type":"string","format":"date-time","title":"Deleted At"},"actor":{"type":"string","title":"Actor"},"reason":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Reason"},"dependency_counts":{"additionalProperties":true,"type":"object","title":"Dependency Counts"},"audit_log_id":{"type":"string","title":"Audit Log Id"}},"type":"object","required":["deleted_provider_id","provider_label","deleted_at","actor","reason","audit_log_id"],"title":"ProviderDeleteOut"},"ProviderListOut":{"properties":{"total":{"type":"integer","title":"Total"},"items":{"items":{"$ref":"#/components/schemas/ProviderSummaryOut"},"type":"array","title":"Items"}},"type":"object","required":["total","items"],"title":"ProviderListOut"},"ProviderMemberOut":{"properties":{"id":{"type":"string","title":"Id"},"full_name":{"type":"string","title":"Full Name"},"role_title":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Role Title"},"phone":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Phone"},"email":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Email"},"preferred_channel":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Preferred Channel"},"is_dispatch_contact":{"type":"boolean","title":"Is Dispatch Contact","default":false},"is_executor":{"type":"boolean","title":"Is Executor","default":false},"is_primary_dispatch_contact":{"type":"boolean","title":"Is Primary Dispatch Contact","default":false},"is_primary_executor":{"type":"boolean","title":"Is Primary Executor","default":false},"is_owner":{"type":"boolean","title":"Is Owner","default":false},"is_active":{"type":"boolean","title":"Is Active","default":true}},"type":"object","required":["id","full_name"],"title":"ProviderMemberOut"},"ProviderPoolCandidateOut":{"properties":{"candidate_id":{"type":"string","title":"Candidate Id"},"source_type":{"type":"string","title":"Source Type"},"source_kind":{"type":"string","title":"Source Kind"},"source_id":{"type":"string","title":"Source Id"},"linked_provider_id":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Linked Provider Id"},"dispatch_contact_member_id":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Dispatch Contact Member Id"},"executor_member_id":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Executor Member Id"},"provider_label":{"type":"string","title":"Provider Label"},"dispatch_contact_name":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Dispatch Contact Name"},"business_category":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Business Category"},"distance_km":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Distance Km"},"travel_time_minutes":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Travel Time Minutes"},"travel_time_confidence":{"type":"number","title":"Travel Time Confidence"},"score":{"type":"number","title":"Score"},"overall_score":{"type":"number","title":"Overall Score"},"ranking_reason":{"type":"string","title":"Ranking Reason"},"score_components":{"additionalProperties":true,"type":"object","title":"Score Components"},"network_status":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Network Status"},"source_origin":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Source Origin"},"payout_ready":{"type":"boolean","title":"Payout Ready"},"contactable":{"type":"boolean","title":"Contactable"},"execution_ready":{"type":"boolean","title":"Execution Ready"},"channel":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Channel"},"metadata":{"additionalProperties":true,"type":"object","title":"Metadata"}},"type":"object","required":["candidate_id","source_type","source_kind","source_id","provider_label","travel_time_confidence","score","overall_score","ranking_reason","payout_ready","contactable","execution_ready"],"title":"ProviderPoolCandidateOut"},"ProviderSimulationRebindIn":{"properties":{"actor":{"type":"string","maxLength":120,"minLength":2,"title":"Actor"},"whatsapp_number":{"type":"string","maxLength":40,"minLength":10,"title":"Whatsapp Number"},"email":{"anyOf":[{"type":"string","maxLength":320,"minLength":5},{"type":"null"}],"title":"Email"},"reason":{"anyOf":[{"type":"string","maxLength":1000},{"type":"null"}],"title":"Reason"}},"type":"object","required":["actor","whatsapp_number"],"title":"ProviderSimulationRebindIn"},"ProviderSimulationRebindOut":{"properties":{"provider_id":{"type":"string","title":"Provider Id"},"provider_label":{"type":"string","title":"Provider Label"},"dispatch_contact_member_id":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Dispatch Contact Member Id"},"previous_phone":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Previous Phone"},"previous_email":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Previous Email"},"previous_channel":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Previous Channel"},"phone":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Phone"},"email":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Email"},"preferred_channel":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Preferred Channel"},"rebound_at":{"type":"string","format":"date-time","title":"Rebound At"},"actor":{"type":"string","title":"Actor"},"reason":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Reason"},"dependency_counts":{"additionalProperties":true,"type":"object","title":"Dependency Counts"},"audit_log_id":{"type":"string","title":"Audit Log Id"}},"type":"object","required":["provider_id","provider_label","rebound_at","actor","reason","audit_log_id"],"title":"ProviderSimulationRebindOut"},"ProviderSummaryOut":{"properties":{"id":{"type":"string","title":"Id"},"provider_label":{"type":"string","title":"Provider Label"},"business_name":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Business Name"},"contact_name":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Contact Name"},"business_category":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Business Category"},"phone":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Phone"},"email":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Email"},"location":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Location"},"postal_code":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Postal Code"},"travel_radius_km":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Travel Radius Km"},"preferred_channel":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Preferred Channel"},"cash_app_tag":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Cash App Tag"},"network_status":{"type":"string","title":"Network Status"},"source_origin":{"type":"string","title":"Source Origin"},"successful_completion_count":{"type":"integer","title":"Successful Completion Count"},"last_success_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Last Success At"},"assignment_classes":{"items":{"type":"string"},"type":"array","title":"Assignment Classes"},"capability_tags":{"items":{"type":"string"},"type":"array","title":"Capability Tags"},"availability":{"anyOf":[{"$ref":"#/components/schemas/ProviderAvailabilityOut"},{"type":"null"}]},"coverage_areas":{"items":{"$ref":"#/components/schemas/ProviderCoverageOut"},"type":"array","title":"Coverage Areas"},"dispatch_contact":{"anyOf":[{"$ref":"#/components/schemas/ProviderMemberOut"},{"type":"null"}]},"executor":{"anyOf":[{"$ref":"#/components/schemas/ProviderMemberOut"},{"type":"null"}]},"members":{"items":{"$ref":"#/components/schemas/ProviderMemberOut"},"type":"array","title":"Members"},"linked_worker_id":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Linked Worker Id"},"linked_worker_handle":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Linked Worker Handle"},"linked_worker_channel":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Linked Worker Channel"},"created_at":{"type":"string","format":"date-time","title":"Created At"},"updated_at":{"type":"string","format":"date-time","title":"Updated At"}},"type":"object","required":["id","provider_label","network_status","source_origin","successful_completion_count","created_at","updated_at"],"title":"ProviderSummaryOut"},"ProviderTaskClaimIn":{"properties":{"provider_task_token":{"type":"string","maxLength":4000,"minLength":20,"title":"Provider Task Token"},"terms_accepted":{"type":"boolean","title":"Terms Accepted"},"camera_check_passed":{"type":"boolean","title":"Camera Check Passed"},"location_check_passed":{"type":"boolean","title":"Location Check Passed"},"can_arrive_confirmed":{"type":"boolean","title":"Can Arrive Confirmed"},"cash_app_tag":{"anyOf":[{"type":"string","maxLength":120},{"type":"null"}],"title":"Cash App Tag"},"executor_name":{"anyOf":[{"type":"string","maxLength":200,"minLength":2},{"type":"null"}],"title":"Executor Name"},"executor_phone":{"anyOf":[{"type":"string","maxLength":40,"minLength":7},{"type":"null"}],"title":"Executor Phone"},"executor_email":{"anyOf":[{"type":"string","maxLength":320,"minLength":5},{"type":"null"}],"title":"Executor Email"}},"type":"object","required":["provider_task_token","terms_accepted","camera_check_passed","location_check_passed","can_arrive_confirmed"],"title":"ProviderTaskClaimIn"},"ProviderTaskControlTokenIn":{"properties":{"provider_task_token":{"type":"string","maxLength":4000,"minLength":20,"title":"Provider Task Token"},"control_token":{"type":"string","maxLength":16,"minLength":3,"title":"Control Token"},"notes":{"anyOf":[{"type":"string","maxLength":1000},{"type":"null"}],"title":"Notes"}},"type":"object","required":["provider_task_token","control_token"],"title":"ProviderTaskControlTokenIn"},"ProviderTaskControlTokenOut":{"properties":{"result":{"$ref":"#/components/schemas/WorkerControlTokenOut"},"next_step_name":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Next Step Name"},"next_step_instruction":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Next Step Instruction"}},"type":"object","required":["result"],"title":"ProviderTaskControlTokenOut"},"ProviderTaskEvidenceUploadOut":{"properties":{"job_id":{"type":"string","title":"Job Id"},"step_name":{"type":"string","title":"Step Name"},"validation_passed":{"type":"boolean","title":"Validation Passed"},"validation_errors":{"items":{"type":"string"},"type":"array","title":"Validation Errors"},"job_status":{"type":"string","title":"Job Status"},"media_url":{"type":"string","title":"Media Url"},"next_step_order":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Next Step Order"},"next_step_name":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Next Step Name"},"next_step_instruction":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Next Step Instruction"},"next_step_mode":{"type":"string","title":"Next Step Mode","default":"complete"}},"type":"object","required":["job_id","step_name","validation_passed","job_status","media_url"],"title":"ProviderTaskEvidenceUploadOut"},"ProviderTaskSessionLinkOut":{"properties":{"job_id":{"type":"string","title":"Job Id"},"dispatch_run_id":{"type":"string","title":"Dispatch Run Id"},"dispatch_thread_id":{"type":"string","title":"Dispatch Thread Id"},"provider_id":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Provider Id"},"provider_task_session_id":{"type":"string","title":"Provider Task Session Id"},"provider_handle":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Provider Handle"},"channel":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Channel"},"provider_task_token":{"type":"string","title":"Provider Task Token"},"provider_task_url":{"type":"string","title":"Provider Task Url"},"expires_at":{"type":"string","format":"date-time","title":"Expires At"}},"type":"object","required":["job_id","dispatch_run_id","dispatch_thread_id","provider_task_session_id","provider_task_token","provider_task_url","expires_at"],"title":"ProviderTaskSessionLinkOut"},"ProviderTaskSessionSummaryOut":{"properties":{"id":{"type":"string","title":"Id"},"job_id":{"type":"string","title":"Job Id"},"dispatch_run_id":{"type":"string","title":"Dispatch Run Id"},"dispatch_thread_id":{"type":"string","title":"Dispatch Thread Id"},"provider_id":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Provider Id"},"provider_candidate_id":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Provider Candidate Id"},"provider_label":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Provider Label"},"dispatch_contact_name":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Dispatch Contact Name"},"executor_name":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Executor Name"},"status":{"type":"string","title":"Status"},"expires_at":{"type":"string","format":"date-time","title":"Expires At"},"claimed_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Claimed At"},"completed_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Completed At"},"released_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Released At"},"created_at":{"type":"string","format":"date-time","title":"Created At"}},"type":"object","required":["id","job_id","dispatch_run_id","dispatch_thread_id","status","expires_at","created_at"],"title":"ProviderTaskSessionSummaryOut"},"ProviderTaskSessionViewOut":{"properties":{"provider_task_session_id":{"type":"string","title":"Provider Task Session Id"},"job_id":{"type":"string","title":"Job Id"},"request_id":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Request Id"},"objective":{"type":"string","title":"Objective"},"address":{"type":"string","title":"Address"},"target_latitude":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Target Latitude"},"target_longitude":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Target Longitude"},"status":{"type":"string","title":"Status"},"session_state":{"type":"string","title":"Session State"},"provider_label":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Provider Label"},"dispatch_contact_name":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Dispatch Contact Name"},"executor_name":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Executor Name"},"channel":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Channel"},"expires_at":{"type":"string","format":"date-time","title":"Expires At"},"claim_required":{"type":"boolean","title":"Claim Required","default":true},"claim_completed":{"type":"boolean","title":"Claim Completed","default":false},"cash_app_required":{"type":"boolean","title":"Cash App Required","default":false},"payout_ready":{"type":"boolean","title":"Payout Ready","default":false},"terms_accepted":{"type":"boolean","title":"Terms Accepted","default":false},"camera_check_passed":{"type":"boolean","title":"Camera Check Passed","default":false},"location_check_passed":{"type":"boolean","title":"Location Check Passed","default":false},"can_arrive_confirmed":{"type":"boolean","title":"Can Arrive Confirmed","default":false},"next_step_order":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Next Step Order"},"next_step_name":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Next Step Name"},"next_step_instruction":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Next Step Instruction"},"next_step_mode":{"type":"string","title":"Next Step Mode","default":"complete"},"allows_media_upload":{"type":"boolean","title":"Allows Media Upload","default":false},"done_allowed":{"type":"boolean","title":"Done Allowed","default":false},"help_available":{"type":"boolean","title":"Help Available","default":true},"cant_available":{"type":"boolean","title":"Cant Available","default":true},"unsafe_available":{"type":"boolean","title":"Unsafe Available","default":true},"steps":{"items":{"$ref":"#/components/schemas/StepOut"},"type":"array","title":"Steps"}},"type":"object","required":["provider_task_session_id","job_id","objective","address","status","session_state","expires_at"],"title":"ProviderTaskSessionViewOut"},"PublicCheckoutStateOut":{"properties":{"provider":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Provider"},"checkout_status":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Checkout Status"},"checkout_url":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Checkout Url"},"session_id":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Session Id"},"amount_cents":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Amount Cents"},"currency":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Currency"},"expires_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Expires At"},"paid_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Paid At"}},"type":"object","title":"PublicCheckoutStateOut"},"PublicQuoteSnapshotOut":{"properties":{"snapshot_id":{"type":"string","title":"Snapshot Id"},"status":{"type":"string","title":"Status"},"sellable":{"type":"boolean","title":"Sellable"},"confidence":{"type":"number","title":"Confidence"},"policy_version":{"type":"string","title":"Policy Version"},"expires_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Expires At"},"provider_pool_count":{"type":"integer","title":"Provider Pool Count","default":0},"top_provider_score":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Top Provider Score"}},"type":"object","required":["snapshot_id","status","sellable","confidence","policy_version"],"title":"PublicQuoteSnapshotOut"},"PublicReportChangeSummaryOut":{"properties":{"headline":{"type":"string","title":"Headline"},"items":{"items":{"type":"string"},"type":"array","title":"Items"},"summary_changed":{"type":"boolean","title":"Summary Changed","default":false},"evidence_added_count":{"type":"integer","title":"Evidence Added Count","default":0},"evidence_removed_count":{"type":"integer","title":"Evidence Removed Count","default":0},"steps_changed_count":{"type":"integer","title":"Steps Changed Count","default":0},"previous_version_number":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Previous Version Number"}},"type":"object","required":["headline"],"title":"PublicReportChangeSummaryOut"},"PublicReportEvidenceItemOut":{"properties":{"artifact_id":{"type":"string","title":"Artifact Id"},"media_url":{"type":"string","title":"Media Url"},"captured_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Captured At"},"step_name":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Step Name"},"notes":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Notes"},"latitude":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Latitude"},"longitude":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Longitude"},"is_seeded_test_evidence":{"type":"boolean","title":"Is Seeded Test Evidence","default":false},"evidence_badge":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Evidence Badge"}},"type":"object","required":["artifact_id","media_url"],"title":"PublicReportEvidenceItemOut"},"PublicReportStateOut":{"properties":{"report_status":{"type":"string","title":"Report Status"},"report_ready":{"type":"boolean","title":"Report Ready"},"current_report_id":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Current Report Id"},"version_number":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Version Number"},"report_generated_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Report Generated At"},"report_delivered_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Report Delivered At"},"report_viewed_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Report Viewed At"},"delivery_channel":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Delivery Channel"},"view_count":{"type":"integer","title":"View Count","default":0},"pdf_export_count":{"type":"integer","title":"Pdf Export Count","default":0},"report_url":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Report Url"},"pdf_export_url":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Pdf Export Url"},"summary":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Summary"}},"type":"object","required":["report_status","report_ready"],"title":"PublicReportStateOut"},"PublicReportVersionOut":{"properties":{"report_id":{"type":"string","title":"Report Id"},"version_number":{"type":"integer","title":"Version Number"},"is_current":{"type":"boolean","title":"Is Current"},"generated_at":{"type":"string","format":"date-time","title":"Generated At"},"summary":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Summary"},"change_summary":{"anyOf":[{"$ref":"#/components/schemas/PublicReportChangeSummaryOut"},{"type":"null"}]},"report_url":{"type":"string","title":"Report Url"},"pdf_export_url":{"type":"string","title":"Pdf Export Url"}},"type":"object","required":["report_id","version_number","is_current","generated_at","report_url","pdf_export_url"],"title":"PublicReportVersionOut"},"PublicSelectedOfferOut":{"properties":{"quote_id":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Quote Id"},"offer_key":{"type":"string","title":"Offer Key"},"title":{"type":"string","title":"Title"},"price_cents":{"type":"integer","title":"Price Cents"},"currency":{"type":"string","title":"Currency"},"eta_label":{"type":"string","title":"Eta Label"},"eta_hours_max":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Eta Hours Max"},"dispatch_confidence":{"type":"string","title":"Dispatch Confidence"},"summary":{"type":"string","title":"Summary"}},"type":"object","required":["offer_key","title","price_cents","currency","eta_label","dispatch_confidence","summary"],"title":"PublicSelectedOfferOut"},"PublicServiceabilityGuidanceOut":{"properties":{"band":{"type":"string","title":"Band"},"commitment_mode":{"type":"string","title":"Commitment Mode"},"supports_checkout":{"type":"boolean","title":"Supports Checkout"},"headline":{"type":"string","title":"Headline"},"detail":{"type":"string","title":"Detail"},"next_steps":{"items":{"type":"string"},"type":"array","title":"Next Steps"},"expected_acceptance_latency_minutes":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Expected Acceptance Latency Minutes"},"partner_fallback_available":{"type":"boolean","title":"Partner Fallback Available","default":false},"partner_fallback_summary":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Partner Fallback Summary"},"founder_override_active":{"type":"boolean","title":"Founder Override Active","default":false},"founder_override_mode":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Founder Override Mode"},"founder_override_expires_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Founder Override Expires At"}},"type":"object","required":["band","commitment_mode","supports_checkout","headline","detail"],"title":"PublicServiceabilityGuidanceOut"},"PublicSiteCheckAdminExceptionCreateIn":{"properties":{"service_key":{"anyOf":[{"type":"string","maxLength":120,"minLength":2},{"type":"null"}],"title":"Service Key"},"customer_name":{"type":"string","maxLength":200,"minLength":2,"title":"Customer Name"},"customer_email":{"type":"string","maxLength":320,"minLength":5,"title":"Customer Email"},"customer_phone":{"type":"string","maxLength":40,"minLength":7,"title":"Customer Phone"},"objective":{"type":"string","maxLength":500,"minLength":3,"title":"Objective"},"address":{"type":"string","maxLength":500,"minLength":3,"title":"Address"},"latitude":{"type":"number","maximum":90.0,"minimum":-90.0,"title":"Latitude"},"longitude":{"type":"number","maximum":180.0,"minimum":-180.0,"title":"Longitude"},"notes":{"type":"string","maxLength":1000,"minLength":1,"title":"Notes"},"reference_photos":{"items":{"type":"string"},"type":"array","maxItems":2,"title":"Reference Photos"},"intake_source":{"type":"string","const":"founder_admin_exception","title":"Intake Source","default":"founder_admin_exception"},"intake_submission_id":{"type":"string","maxLength":120,"minLength":8,"title":"Intake Submission Id"},"admin_actor":{"type":"string","maxLength":120,"minLength":2,"title":"Admin Actor"},"exception_reason":{"type":"string","maxLength":1000,"minLength":5,"title":"Exception Reason"},"source_channel":{"type":"string","enum":["email","telegram","whatsapp","sms","manual"],"title":"Source Channel"},"source_record_id":{"anyOf":[{"type":"string","maxLength":120,"minLength":2},{"type":"null"}],"title":"Source Record Id"},"source_external_message_id":{"anyOf":[{"type":"string","maxLength":120,"minLength":2},{"type":"null"}],"title":"Source External Message Id"},"source_notes":{"anyOf":[{"type":"string","maxLength":1000},{"type":"null"}],"title":"Source Notes"}},"type":"object","required":["customer_name","customer_email","customer_phone","objective","address","latitude","longitude","notes","intake_submission_id","admin_actor","exception_reason","source_channel"],"title":"PublicSiteCheckAdminExceptionCreateIn"},"PublicSiteCheckAdminExceptionCreateOut":{"properties":{"request_id":{"type":"string","title":"Request Id"},"access_token":{"type":"string","title":"Access Token"},"job_id":{"type":"string","title":"Job Id"},"service_key":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Service Key"},"execution_mode":{"type":"string","title":"Execution Mode"},"intake_source":{"type":"string","title":"Intake Source"},"status":{"type":"string","title":"Status"},"payment_status":{"type":"string","title":"Payment Status"},"quote_status":{"type":"string","title":"Quote Status"},"message":{"type":"string","title":"Message"},"submitted_at":{"type":"string","format":"date-time","title":"Submitted At"},"quote":{"anyOf":[{"$ref":"#/components/schemas/PublicSiteCheckQuoteOut"},{"type":"null"}]},"serviceability":{"anyOf":[{"$ref":"#/components/schemas/PublicServiceabilityGuidanceOut"},{"type":"null"}]},"selected_offer":{"anyOf":[{"$ref":"#/components/schemas/PublicSelectedOfferOut"},{"type":"null"}]},"checkout":{"anyOf":[{"$ref":"#/components/schemas/PublicCheckoutStateOut"},{"type":"null"}]},"report":{"$ref":"#/components/schemas/PublicReportStateOut"},"audit_log_id":{"type":"string","title":"Audit Log Id"}},"type":"object","required":["request_id","access_token","job_id","execution_mode","intake_source","status","payment_status","quote_status","message","submitted_at","audit_log_id"],"title":"PublicSiteCheckAdminExceptionCreateOut"},"PublicSiteCheckAdminListItemOut":{"properties":{"request_id":{"type":"string","title":"Request Id"},"job_id":{"type":"string","title":"Job Id"},"service_key":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Service Key"},"execution_mode":{"type":"string","title":"Execution Mode"},"intake_source":{"type":"string","title":"Intake Source"},"requester_name":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Requester Name"},"requester_email":{"type":"string","title":"Requester Email"},"requester_phone":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Requester Phone"},"objective":{"type":"string","title":"Objective"},"address":{"type":"string","title":"Address"},"status":{"type":"string","title":"Status"},"payment_status":{"type":"string","title":"Payment Status"},"quote_status":{"type":"string","title":"Quote Status"},"serviceability_band":{"type":"string","title":"Serviceability Band"},"selected_offer_key":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Selected Offer Key"},"checkout_status":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Checkout Status"},"quote_snapshot_id":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Quote Snapshot Id"},"quote_snapshot_status":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Quote Snapshot Status"},"quote_snapshot_expires_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Quote Snapshot Expires At"},"quote_snapshot_sellable":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Quote Snapshot Sellable"},"quote_snapshot_confidence":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Quote Snapshot Confidence"},"quote_snapshot_provider_pool_count":{"type":"integer","title":"Quote Snapshot Provider Pool Count","default":0},"provider_id":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Provider Id"},"provider_label":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Provider Label"},"provider_channel":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Provider Channel"},"provider_email":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Provider Email"},"dispatch_contact_member_id":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Dispatch Contact Member Id"},"dispatch_contact_name":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Dispatch Contact Name"},"executor_member_id":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Executor Member Id"},"executor_name":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Executor Name"},"assignment_mode":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Assignment Mode"},"assignment_ready":{"type":"boolean","title":"Assignment Ready","default":false},"primary_provider_id":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Primary Provider Id"},"primary_provider_candidate_id":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Primary Provider Candidate Id"},"primary_provider_label":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Primary Provider Label"},"primary_provider_channel":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Primary Provider Channel"},"primary_provider_email":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Primary Provider Email"},"primary_provider_location":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Primary Provider Location"},"primary_provider_source_kind":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Primary Provider Source Kind"},"primary_provider_score":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Primary Provider Score"},"sourcing_run_id":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Sourcing Run Id"},"sourcing_run_status":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Sourcing Run Status"},"sourcing_run_candidate_count":{"type":"integer","title":"Sourcing Run Candidate Count","default":0},"sourcing_run_category_hints":{"items":{"type":"string"},"type":"array","title":"Sourcing Run Category Hints"},"dispatch_run_id":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Dispatch Run Id"},"dispatch_run_status":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Dispatch Run Status"},"dispatch_thread_count":{"type":"integer","title":"Dispatch Thread Count","default":0},"dispatch_offered_thread_count":{"type":"integer","title":"Dispatch Offered Thread Count","default":0},"dispatch_primary_source_kind":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Dispatch Primary Source Kind"},"dispatch_primary_thread_state":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Dispatch Primary Thread State"},"dispatch_primary_provider_label":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Dispatch Primary Provider Label"},"dispatch_primary_provider_channel":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Dispatch Primary Provider Channel"},"provider_task_session_id":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Provider Task Session Id"},"provider_task_session_status":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Provider Task Session Status"},"provider_task_session_expires_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Provider Task Session Expires At"},"provider_task_session_provider_label":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Provider Task Session Provider Label"},"provider_task_session_dispatch_contact_name":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Provider Task Session Dispatch Contact Name"},"provider_task_session_executor_name":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Provider Task Session Executor Name"},"latest_offer_id":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Latest Offer Id"},"latest_offer_status":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Latest Offer Status"},"submitted_at":{"type":"string","format":"date-time","title":"Submitted At"},"updated_at":{"type":"string","format":"date-time","title":"Updated At"}},"type":"object","required":["request_id","job_id","execution_mode","intake_source","requester_email","objective","address","status","payment_status","quote_status","serviceability_band","submitted_at","updated_at"],"title":"PublicSiteCheckAdminListItemOut"},"PublicSiteCheckAdminListOut":{"properties":{"total":{"type":"integer","title":"Total"},"items":{"items":{"$ref":"#/components/schemas/PublicSiteCheckAdminListItemOut"},"type":"array","title":"Items"}},"type":"object","required":["total"],"title":"PublicSiteCheckAdminListOut"},"PublicSiteCheckAssignmentApproveIn":{"properties":{"actor":{"type":"string","maxLength":120,"minLength":2,"title":"Actor"},"dispatch_thread_id":{"anyOf":[{"type":"string","maxLength":36,"minLength":2},{"type":"null"}],"title":"Dispatch Thread Id"},"provider_id":{"anyOf":[{"type":"string","maxLength":36,"minLength":2},{"type":"null"}],"title":"Provider Id"},"provider_candidate_id":{"anyOf":[{"type":"string","maxLength":36,"minLength":2},{"type":"null"}],"title":"Provider Candidate Id"},"reason":{"anyOf":[{"type":"string","maxLength":1000},{"type":"null"}],"title":"Reason"}},"type":"object","required":["actor"],"title":"PublicSiteCheckAssignmentApproveIn"},"PublicSiteCheckAssignmentApproveOut":{"properties":{"request_id":{"type":"string","title":"Request Id"},"job_id":{"type":"string","title":"Job Id"},"status":{"type":"string","title":"Status"},"payment_status":{"type":"string","title":"Payment Status"},"quote_status":{"type":"string","title":"Quote Status"},"provider_id":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Provider Id"},"provider_candidate_id":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Provider Candidate Id"},"provider_label":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Provider Label"},"provider_channel":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Provider Channel"},"provider_email":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Provider Email"},"dispatch_thread_id":{"type":"string","title":"Dispatch Thread Id"},"provider_task_session_id":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Provider Task Session Id"},"provider_task_url":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Provider Task Url"},"provider_task_expires_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Provider Task Expires At"},"audit_log_id":{"type":"string","title":"Audit Log Id"}},"type":"object","required":["request_id","job_id","status","payment_status","quote_status","dispatch_thread_id","audit_log_id"],"title":"PublicSiteCheckAssignmentApproveOut"},"PublicSiteCheckCreateCheckoutSessionIn":{"properties":{"access_token":{"type":"string","maxLength":128,"minLength":16,"title":"Access Token"}},"type":"object","required":["access_token"],"title":"PublicSiteCheckCreateCheckoutSessionIn"},"PublicSiteCheckQuoteOfferOut":{"properties":{"offer_key":{"type":"string","title":"Offer Key"},"title":{"type":"string","title":"Title"},"price_cents":{"type":"integer","title":"Price Cents"},"currency":{"type":"string","title":"Currency"},"eta_label":{"type":"string","title":"Eta Label"},"eta_hours_max":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Eta Hours Max"},"dispatch_confidence":{"type":"string","title":"Dispatch Confidence"},"summary":{"type":"string","title":"Summary"}},"type":"object","required":["offer_key","title","price_cents","currency","eta_label","dispatch_confidence","summary"],"title":"PublicSiteCheckQuoteOfferOut"},"PublicSiteCheckQuoteOut":{"properties":{"quote_status":{"type":"string","title":"Quote Status"},"pricing_policy_version":{"type":"string","title":"Pricing Policy Version"},"serviceability_band":{"type":"string","title":"Serviceability Band"},"serviceability_score":{"type":"number","title":"Serviceability Score"},"confidence":{"type":"number","title":"Confidence"},"template_name":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Template Name"},"template_version":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Template Version"},"recommended_offer_key":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Recommended Offer Key"},"summary":{"type":"string","title":"Summary"},"generated_at":{"type":"string","format":"date-time","title":"Generated At"},"offers":{"items":{"$ref":"#/components/schemas/PublicSiteCheckQuoteOfferOut"},"type":"array","title":"Offers"},"snapshot":{"anyOf":[{"$ref":"#/components/schemas/PublicQuoteSnapshotOut"},{"type":"null"}]}},"type":"object","required":["quote_status","pricing_policy_version","serviceability_band","serviceability_score","confidence","summary","generated_at"],"title":"PublicSiteCheckQuoteOut"},"PublicSiteCheckReportOut":{"properties":{"schema_version":{"type":"string","const":"RealityReportV0","title":"Schema Version","default":"RealityReportV0"},"report_id":{"type":"string","title":"Report Id"},"version_number":{"type":"integer","title":"Version Number"},"is_current":{"type":"boolean","title":"Is Current"},"request_id":{"type":"string","title":"Request Id"},"job_id":{"type":"string","title":"Job Id"},"service_key":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Service Key"},"service_label":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Service Label"},"report_title":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Report Title"},"template_name":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Template Name"},"template_version":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Template Version"},"objective":{"type":"string","title":"Objective"},"address":{"type":"string","title":"Address"},"status":{"type":"string","title":"Status"},"completed_at":{"type":"string","format":"date-time","title":"Completed At"},"generated_at":{"type":"string","format":"date-time","title":"Generated At"},"summary":{"type":"string","title":"Summary"},"evidence_links":{"items":{"type":"string"},"type":"array","title":"Evidence Links"},"evidence_items":{"items":{"$ref":"#/components/schemas/PublicReportEvidenceItemOut"},"type":"array","title":"Evidence Items"},"steps":{"items":{"$ref":"#/components/schemas/StepOut"},"type":"array","title":"Steps"},"change_summary":{"anyOf":[{"$ref":"#/components/schemas/PublicReportChangeSummaryOut"},{"type":"null"}]},"report_url":{"type":"string","title":"Report Url"},"pdf_export_url":{"type":"string","title":"Pdf Export Url"},"first_viewed_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"First Viewed At"},"last_viewed_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Last Viewed At"},"view_count":{"type":"integer","title":"View Count","default":0},"first_pdf_exported_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"First Pdf Exported At"},"last_pdf_exported_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Last Pdf Exported At"},"pdf_export_count":{"type":"integer","title":"Pdf Export Count","default":0},"versions":{"items":{"$ref":"#/components/schemas/PublicReportVersionOut"},"type":"array","title":"Versions"}},"type":"object","required":["report_id","version_number","is_current","request_id","job_id","objective","address","status","completed_at","generated_at","summary","evidence_links","steps","report_url","pdf_export_url"],"title":"PublicSiteCheckReportOut"},"PublicSiteCheckRequestIn":{"properties":{"service_key":{"anyOf":[{"type":"string","maxLength":120,"minLength":2},{"type":"null"}],"title":"Service Key"},"customer_name":{"type":"string","maxLength":200,"minLength":2,"title":"Customer Name"},"customer_email":{"type":"string","maxLength":320,"minLength":5,"title":"Customer Email"},"customer_phone":{"type":"string","maxLength":40,"minLength":7,"title":"Customer Phone"},"objective":{"type":"string","maxLength":500,"minLength":3,"title":"Objective"},"address":{"type":"string","maxLength":500,"minLength":3,"title":"Address"},"latitude":{"type":"number","maximum":90.0,"minimum":-90.0,"title":"Latitude"},"longitude":{"type":"number","maximum":180.0,"minimum":-180.0,"title":"Longitude"},"notes":{"type":"string","maxLength":1000,"minLength":1,"title":"Notes"},"reference_photos":{"items":{"type":"string"},"type":"array","maxItems":2,"title":"Reference Photos"},"intake_source":{"type":"string","const":"website_order","title":"Intake Source","default":"website_order"},"intake_submission_id":{"type":"string","maxLength":120,"minLength":8,"title":"Intake Submission Id"}},"type":"object","required":["customer_name","customer_email","customer_phone","objective","address","latitude","longitude","notes","intake_submission_id"],"title":"PublicSiteCheckRequestIn"},"PublicSiteCheckRequestOut":{"properties":{"request_id":{"type":"string","title":"Request Id"},"access_token":{"type":"string","title":"Access Token"},"job_id":{"type":"string","title":"Job Id"},"service_key":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Service Key"},"execution_mode":{"type":"string","title":"Execution Mode"},"intake_source":{"type":"string","title":"Intake Source"},"status":{"type":"string","title":"Status"},"payment_status":{"type":"string","title":"Payment Status"},"quote_status":{"type":"string","title":"Quote Status"},"message":{"type":"string","title":"Message"},"submitted_at":{"type":"string","format":"date-time","title":"Submitted At"},"quote":{"anyOf":[{"$ref":"#/components/schemas/PublicSiteCheckQuoteOut"},{"type":"null"}]},"serviceability":{"anyOf":[{"$ref":"#/components/schemas/PublicServiceabilityGuidanceOut"},{"type":"null"}]},"selected_offer":{"anyOf":[{"$ref":"#/components/schemas/PublicSelectedOfferOut"},{"type":"null"}]},"checkout":{"anyOf":[{"$ref":"#/components/schemas/PublicCheckoutStateOut"},{"type":"null"}]},"report":{"$ref":"#/components/schemas/PublicReportStateOut"}},"type":"object","required":["request_id","access_token","job_id","execution_mode","intake_source","status","payment_status","quote_status","message","submitted_at"],"title":"PublicSiteCheckRequestOut"},"PublicSiteCheckSelectOfferIn":{"properties":{"access_token":{"type":"string","maxLength":128,"minLength":16,"title":"Access Token"},"offer_key":{"type":"string","maxLength":40,"minLength":2,"title":"Offer Key"}},"type":"object","required":["access_token","offer_key"],"title":"PublicSiteCheckSelectOfferIn"},"PublicSiteCheckServiceabilityOverrideIn":{"properties":{"admin_actor":{"type":"string","maxLength":120,"minLength":2,"title":"Admin Actor"},"override_reason":{"type":"string","maxLength":1000,"minLength":5,"title":"Override Reason"},"override_mode":{"type":"string","const":"conditional_checkout","title":"Override Mode","default":"conditional_checkout"}},"type":"object","required":["admin_actor","override_reason"],"title":"PublicSiteCheckServiceabilityOverrideIn"},"PublicSiteCheckServiceabilityOverrideOut":{"properties":{"request_id":{"type":"string","title":"Request Id"},"job_id":{"type":"string","title":"Job Id"},"service_key":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Service Key"},"execution_mode":{"type":"string","title":"Execution Mode"},"intake_source":{"type":"string","title":"Intake Source"},"objective":{"type":"string","title":"Objective"},"address":{"type":"string","title":"Address"},"status":{"type":"string","title":"Status"},"payment_status":{"type":"string","title":"Payment Status"},"quote_status":{"type":"string","title":"Quote Status"},"message":{"type":"string","title":"Message"},"submitted_at":{"type":"string","format":"date-time","title":"Submitted At"},"updated_at":{"type":"string","format":"date-time","title":"Updated At"},"quote":{"anyOf":[{"$ref":"#/components/schemas/PublicSiteCheckQuoteOut"},{"type":"null"}]},"serviceability":{"anyOf":[{"$ref":"#/components/schemas/PublicServiceabilityGuidanceOut"},{"type":"null"}]},"selected_offer":{"anyOf":[{"$ref":"#/components/schemas/PublicSelectedOfferOut"},{"type":"null"}]},"checkout":{"anyOf":[{"$ref":"#/components/schemas/PublicCheckoutStateOut"},{"type":"null"}]},"report":{"$ref":"#/components/schemas/PublicReportStateOut"},"audit_log_id":{"type":"string","title":"Audit Log Id"},"override_expires_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Override Expires At"}},"type":"object","required":["request_id","job_id","execution_mode","intake_source","objective","address","status","payment_status","quote_status","message","submitted_at","updated_at","audit_log_id"],"title":"PublicSiteCheckServiceabilityOverrideOut"},"PublicSiteCheckServiceabilityOverrideRevokeIn":{"properties":{"admin_actor":{"type":"string","maxLength":120,"minLength":2,"title":"Admin Actor"},"revocation_reason":{"type":"string","maxLength":1000,"minLength":5,"title":"Revocation Reason"}},"type":"object","required":["admin_actor","revocation_reason"],"title":"PublicSiteCheckServiceabilityOverrideRevokeIn"},"PublicSiteCheckServiceabilityOverrideRevokeOut":{"properties":{"request_id":{"type":"string","title":"Request Id"},"job_id":{"type":"string","title":"Job Id"},"service_key":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Service Key"},"execution_mode":{"type":"string","title":"Execution Mode"},"intake_source":{"type":"string","title":"Intake Source"},"objective":{"type":"string","title":"Objective"},"address":{"type":"string","title":"Address"},"status":{"type":"string","title":"Status"},"payment_status":{"type":"string","title":"Payment Status"},"quote_status":{"type":"string","title":"Quote Status"},"message":{"type":"string","title":"Message"},"submitted_at":{"type":"string","format":"date-time","title":"Submitted At"},"updated_at":{"type":"string","format":"date-time","title":"Updated At"},"quote":{"anyOf":[{"$ref":"#/components/schemas/PublicSiteCheckQuoteOut"},{"type":"null"}]},"serviceability":{"anyOf":[{"$ref":"#/components/schemas/PublicServiceabilityGuidanceOut"},{"type":"null"}]},"selected_offer":{"anyOf":[{"$ref":"#/components/schemas/PublicSelectedOfferOut"},{"type":"null"}]},"checkout":{"anyOf":[{"$ref":"#/components/schemas/PublicCheckoutStateOut"},{"type":"null"}]},"report":{"$ref":"#/components/schemas/PublicReportStateOut"},"audit_log_id":{"type":"string","title":"Audit Log Id"},"revoked_at":{"type":"string","format":"date-time","title":"Revoked At"}},"type":"object","required":["request_id","job_id","execution_mode","intake_source","objective","address","status","payment_status","quote_status","message","submitted_at","updated_at","audit_log_id","revoked_at"],"title":"PublicSiteCheckServiceabilityOverrideRevokeOut"},"PublicSiteCheckSimulationAssignIn":{"properties":{"actor":{"type":"string","maxLength":120,"minLength":2,"title":"Actor"},"dispatch_thread_id":{"anyOf":[{"type":"string","maxLength":36,"minLength":2},{"type":"null"}],"title":"Dispatch Thread Id"},"provider_id":{"anyOf":[{"type":"string","maxLength":36,"minLength":2},{"type":"null"}],"title":"Provider Id"},"provider_candidate_id":{"anyOf":[{"type":"string","maxLength":36,"minLength":2},{"type":"null"}],"title":"Provider Candidate Id"},"dispatch_contact_phone":{"anyOf":[{"type":"string","maxLength":40,"minLength":7},{"type":"null"}],"title":"Dispatch Contact Phone"},"dispatch_contact_email":{"anyOf":[{"type":"string","maxLength":320,"minLength":5},{"type":"null"}],"title":"Dispatch Contact Email"},"preferred_channel":{"anyOf":[{"type":"string","maxLength":30,"minLength":2},{"type":"null"}],"title":"Preferred Channel"},"reason":{"anyOf":[{"type":"string","maxLength":1000},{"type":"null"}],"title":"Reason"}},"type":"object","required":["actor"],"title":"PublicSiteCheckSimulationAssignIn"},"PublicSiteCheckSimulationAssignOut":{"properties":{"request_id":{"type":"string","title":"Request Id"},"job_id":{"type":"string","title":"Job Id"},"status":{"type":"string","title":"Status"},"payment_status":{"type":"string","title":"Payment Status"},"quote_status":{"type":"string","title":"Quote Status"},"provider_id":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Provider Id"},"provider_candidate_id":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Provider Candidate Id"},"provider_label":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Provider Label"},"provider_channel":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Provider Channel"},"provider_email":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Provider Email"},"dispatch_thread_id":{"type":"string","title":"Dispatch Thread Id"},"provider_task_session_id":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Provider Task Session Id"},"provider_task_url":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Provider Task Url"},"provider_task_expires_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Provider Task Expires At"},"audit_log_id":{"type":"string","title":"Audit Log Id"}},"type":"object","required":["request_id","job_id","status","payment_status","quote_status","dispatch_thread_id","audit_log_id"],"title":"PublicSiteCheckSimulationAssignOut"},"PublicSiteCheckStatusOut":{"properties":{"request_id":{"type":"string","title":"Request Id"},"job_id":{"type":"string","title":"Job Id"},"service_key":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Service Key"},"execution_mode":{"type":"string","title":"Execution Mode"},"intake_source":{"type":"string","title":"Intake Source"},"objective":{"type":"string","title":"Objective"},"address":{"type":"string","title":"Address"},"status":{"type":"string","title":"Status"},"payment_status":{"type":"string","title":"Payment Status"},"quote_status":{"type":"string","title":"Quote Status"},"message":{"type":"string","title":"Message"},"submitted_at":{"type":"string","format":"date-time","title":"Submitted At"},"updated_at":{"type":"string","format":"date-time","title":"Updated At"},"quote":{"anyOf":[{"$ref":"#/components/schemas/PublicSiteCheckQuoteOut"},{"type":"null"}]},"serviceability":{"anyOf":[{"$ref":"#/components/schemas/PublicServiceabilityGuidanceOut"},{"type":"null"}]},"selected_offer":{"anyOf":[{"$ref":"#/components/schemas/PublicSelectedOfferOut"},{"type":"null"}]},"checkout":{"anyOf":[{"$ref":"#/components/schemas/PublicCheckoutStateOut"},{"type":"null"}]},"report":{"$ref":"#/components/schemas/PublicReportStateOut"}},"type":"object","required":["request_id","job_id","execution_mode","intake_source","objective","address","status","payment_status","quote_status","message","submitted_at","updated_at"],"title":"PublicSiteCheckStatusOut"},"RealityReportChangeSummaryOut":{"properties":{"headline":{"type":"string","title":"Headline"},"items":{"items":{"type":"string"},"type":"array","title":"Items"},"summary_changed":{"type":"boolean","title":"Summary Changed","default":false},"evidence_added_count":{"type":"integer","title":"Evidence Added Count","default":0},"evidence_removed_count":{"type":"integer","title":"Evidence Removed Count","default":0},"steps_changed_count":{"type":"integer","title":"Steps Changed Count","default":0},"previous_version_number":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Previous Version Number"}},"type":"object","required":["headline"],"title":"RealityReportChangeSummaryOut"},"RealityReportOut":{"properties":{"schema_version":{"type":"string","const":"RealityReportV0","title":"Schema Version","default":"RealityReportV0"},"report_id":{"type":"string","title":"Report Id"},"version_number":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Version Number"},"is_current":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Is Current"},"job_id":{"type":"string","title":"Job Id"},"service_key":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Service Key"},"service_label":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Service Label"},"report_title":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Report Title"},"template_name":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Template Name"},"template_version":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Template Version"},"objective":{"type":"string","title":"Objective"},"address":{"type":"string","title":"Address"},"status":{"type":"string","title":"Status"},"completed_at":{"type":"string","format":"date-time","title":"Completed At"},"generated_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Generated At"},"updated_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Updated At"},"summary":{"type":"string","title":"Summary"},"evidence_links":{"items":{"type":"string"},"type":"array","title":"Evidence Links"},"evidence_items":{"items":{"additionalProperties":true,"type":"object"},"type":"array","title":"Evidence Items"},"steps":{"items":{"$ref":"#/components/schemas/StepOut"},"type":"array","title":"Steps"},"payout":{"$ref":"#/components/schemas/PayoutSummary"},"change_summary":{"anyOf":[{"$ref":"#/components/schemas/RealityReportChangeSummaryOut"},{"type":"null"}]}},"additionalProperties":false,"type":"object","required":["report_id","job_id","objective","address","status","completed_at","summary","evidence_links","steps","payout"],"title":"RealityReportOut"},"RequesterFeedbackIn":{"properties":{"satisfaction":{"type":"string","enum":["satisfied","unsatisfied"],"title":"Satisfaction"},"actor":{"type":"string","maxLength":80,"minLength":2,"title":"Actor","default":"requester"},"notes":{"anyOf":[{"type":"string","maxLength":2000},{"type":"null"}],"title":"Notes"}},"type":"object","required":["satisfaction"],"title":"RequesterFeedbackIn"},"RequesterFeedbackOut":{"properties":{"job_id":{"type":"string","title":"Job Id"},"satisfaction":{"type":"string","title":"Satisfaction"},"action":{"type":"string","title":"Action"},"message":{"type":"string","title":"Message"},"review_queue_id":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Review Queue Id"},"job_status":{"type":"string","title":"Job Status"},"payout_status":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Payout Status"}},"type":"object","required":["job_id","satisfaction","action","message","job_status"],"title":"RequesterFeedbackOut"},"ReviewQueueItemOut":{"properties":{"id":{"type":"string","title":"Id"},"job_id":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Job Id"},"queue_type":{"type":"string","title":"Queue Type"},"status":{"type":"string","title":"Status"},"priority":{"type":"integer","title":"Priority"},"reason_code":{"type":"string","title":"Reason Code"},"notes":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Notes"},"payload":{"additionalProperties":true,"type":"object","title":"Payload"},"resolution":{"additionalProperties":true,"type":"object","title":"Resolution"},"created_at":{"type":"string","format":"date-time","title":"Created At"},"resolved_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Resolved At"}},"type":"object","required":["id","job_id","queue_type","status","priority","reason_code","notes","payload","resolution","created_at","resolved_at"],"title":"ReviewQueueItemOut"},"ReviewQueueResolveIn":{"properties":{"resolution_action":{"type":"string","enum":["uphold","override","retry","reassign","cancel","manual_unpause"],"title":"Resolution Action"},"reviewer":{"type":"string","maxLength":120,"minLength":2,"title":"Reviewer"},"notes":{"anyOf":[{"type":"string","maxLength":2000},{"type":"null"}],"title":"Notes"},"resolution_payload":{"additionalProperties":true,"type":"object","title":"Resolution Payload"}},"type":"object","required":["resolution_action","reviewer"],"title":"ReviewQueueResolveIn"},"SalesReplyIn":{"properties":{"reply_id":{"type":"string","maxLength":128,"minLength":3,"title":"Reply Id"},"provider":{"type":"string","enum":["resend","postmark","ses","manual"],"title":"Provider","default":"manual"},"from_email":{"type":"string","maxLength":320,"minLength":5,"title":"From Email"},"lead_id":{"anyOf":[{"type":"string","maxLength":128,"minLength":3},{"type":"null"}],"title":"Lead Id"},"subject":{"type":"string","maxLength":500,"title":"Subject","default":""},"body":{"type":"string","maxLength":10000,"minLength":1,"title":"Body"},"received_at":{"type":"string","format":"date-time","title":"Received At"},"metadata":{"additionalProperties":true,"type":"object","title":"Metadata"}},"type":"object","required":["reply_id","from_email","body","received_at"],"title":"SalesReplyIn"},"SalesReplyIngestOut":{"properties":{"accepted":{"type":"boolean","title":"Accepted"},"status":{"type":"string","enum":["stored","duplicate"],"title":"Status"},"reply_id":{"type":"string","title":"Reply Id"}},"type":"object","required":["accepted","status","reply_id"],"title":"SalesReplyIngestOut"},"SalesReviewDecisionIn":{"properties":{"decision":{"type":"string","enum":["approved","rejected"],"title":"Decision"},"reviewer":{"type":"string","maxLength":120,"minLength":2,"title":"Reviewer"},"notes":{"anyOf":[{"type":"string","maxLength":2000},{"type":"null"}],"title":"Notes"}},"type":"object","required":["decision","reviewer"],"title":"SalesReviewDecisionIn"},"SalesReviewQueueItemOut":{"properties":{"queue_id":{"type":"string","title":"Queue Id"},"status":{"type":"string","title":"Status"},"classification":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Classification"},"reason":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Reason"},"created_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Created At"},"reviewed_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Reviewed At"},"reply_id":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Reply Id"},"job_id":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Job Id"},"reviewer":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Reviewer"},"review_notes":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Review Notes"},"lead":{"additionalProperties":true,"type":"object","title":"Lead"},"reply":{"additionalProperties":true,"type":"object","title":"Reply"}},"type":"object","required":["queue_id","status"],"title":"SalesReviewQueueItemOut"},"SalesReviewQueueOut":{"properties":{"total":{"type":"integer","title":"Total"},"items":{"items":{"$ref":"#/components/schemas/SalesReviewQueueItemOut"},"type":"array","title":"Items"}},"type":"object","required":["total","items"],"title":"SalesReviewQueueOut"},"ScorecardGenerateOut":{"properties":{"generated_at":{"type":"string","format":"date-time","title":"Generated At"},"snapshot_date":{"type":"string","format":"date","title":"Snapshot Date"},"snapshots":{"items":{"$ref":"#/components/schemas/DailyKpiSnapshotOut"},"type":"array","title":"Snapshots"}},"type":"object","required":["generated_at","snapshot_date"],"title":"ScorecardGenerateOut"},"SelfServiceCaptureClaimIn":{"properties":{"capture_token":{"type":"string","maxLength":4000,"minLength":20,"title":"Capture Token"},"terms_accepted":{"type":"boolean","title":"Terms Accepted"},"camera_check_passed":{"type":"boolean","title":"Camera Check Passed"},"location_check_passed":{"type":"boolean","title":"Location Check Passed"},"can_arrive_confirmed":{"type":"boolean","title":"Can Arrive Confirmed"},"operator_name":{"anyOf":[{"type":"string","maxLength":200,"minLength":2},{"type":"null"}],"title":"Operator Name"},"operator_phone":{"anyOf":[{"type":"string","maxLength":40,"minLength":7},{"type":"null"}],"title":"Operator Phone"},"operator_email":{"anyOf":[{"type":"string","maxLength":320,"minLength":5},{"type":"null"}],"title":"Operator Email"}},"type":"object","required":["capture_token","terms_accepted","camera_check_passed","location_check_passed","can_arrive_confirmed"],"title":"SelfServiceCaptureClaimIn"},"SelfServiceCaptureControlTokenIn":{"properties":{"capture_token":{"type":"string","maxLength":4000,"minLength":20,"title":"Capture Token"},"control_token":{"type":"string","maxLength":16,"minLength":3,"title":"Control Token"},"notes":{"anyOf":[{"type":"string","maxLength":1000},{"type":"null"}],"title":"Notes"}},"type":"object","required":["capture_token","control_token"],"title":"SelfServiceCaptureControlTokenIn"},"SelfServiceCaptureControlTokenOut":{"properties":{"result":{"$ref":"#/components/schemas/WorkerControlTokenOut"},"next_step_name":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Next Step Name"},"next_step_instruction":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Next Step Instruction"}},"type":"object","required":["result"],"title":"SelfServiceCaptureControlTokenOut"},"SelfServiceCaptureEvidenceIn":{"properties":{"media_url":{"type":"string","maxLength":2000,"minLength":5,"title":"Media Url"},"media_sha256":{"type":"string","maxLength":64,"minLength":64,"title":"Media Sha256"},"latitude":{"type":"number","title":"Latitude"},"longitude":{"type":"number","title":"Longitude"},"captured_at":{"type":"string","format":"date-time","title":"Captured At"},"nonce":{"type":"string","maxLength":128,"minLength":8,"title":"Nonce"},"notes":{"anyOf":[{"type":"string","maxLength":1000},{"type":"null"}],"title":"Notes"},"capture_token":{"type":"string","maxLength":4000,"minLength":20,"title":"Capture Token"}},"type":"object","required":["media_url","media_sha256","latitude","longitude","captured_at","nonce","capture_token"],"title":"SelfServiceCaptureEvidenceIn"},"SelfServiceCaptureEvidenceOut":{"properties":{"job_id":{"type":"string","title":"Job Id"},"step_name":{"type":"string","title":"Step Name"},"validation_passed":{"type":"boolean","title":"Validation Passed"},"validation_errors":{"items":{"type":"string"},"type":"array","title":"Validation Errors"},"job_status":{"type":"string","title":"Job Status"},"media_url":{"type":"string","title":"Media Url"},"next_step_order":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Next Step Order"},"next_step_name":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Next Step Name"},"next_step_instruction":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Next Step Instruction"},"next_step_mode":{"type":"string","title":"Next Step Mode","default":"complete"}},"type":"object","required":["job_id","step_name","validation_passed","job_status","media_url"],"title":"SelfServiceCaptureEvidenceOut"},"SelfServiceCaptureSessionViewOut":{"properties":{"self_service_capture_session_id":{"type":"string","title":"Self Service Capture Session Id"},"self_service_invite_id":{"type":"string","title":"Self Service Invite Id"},"job_id":{"type":"string","title":"Job Id"},"request_id":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Request Id"},"objective":{"type":"string","title":"Objective"},"address":{"type":"string","title":"Address"},"target_latitude":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Target Latitude"},"target_longitude":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Target Longitude"},"status":{"type":"string","title":"Status"},"session_state":{"type":"string","title":"Session State"},"invitee_name":{"type":"string","title":"Invitee Name"},"invitee_role":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Invitee Role"},"operator_name":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Operator Name"},"channel":{"type":"string","title":"Channel"},"expires_at":{"type":"string","format":"date-time","title":"Expires At"},"claim_required":{"type":"boolean","title":"Claim Required","default":true},"claim_completed":{"type":"boolean","title":"Claim Completed","default":false},"terms_accepted":{"type":"boolean","title":"Terms Accepted","default":false},"camera_check_passed":{"type":"boolean","title":"Camera Check Passed","default":false},"location_check_passed":{"type":"boolean","title":"Location Check Passed","default":false},"can_arrive_confirmed":{"type":"boolean","title":"Can Arrive Confirmed","default":false},"next_step_order":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Next Step Order"},"next_step_name":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Next Step Name"},"next_step_instruction":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Next Step Instruction"},"next_step_mode":{"type":"string","title":"Next Step Mode","default":"complete"},"allows_media_upload":{"type":"boolean","title":"Allows Media Upload","default":false},"done_allowed":{"type":"boolean","title":"Done Allowed","default":false},"help_available":{"type":"boolean","title":"Help Available","default":true},"cant_available":{"type":"boolean","title":"Cant Available","default":true},"unsafe_available":{"type":"boolean","title":"Unsafe Available","default":true},"steps":{"items":{"$ref":"#/components/schemas/StepOut"},"type":"array","title":"Steps"}},"type":"object","required":["self_service_capture_session_id","self_service_invite_id","job_id","objective","address","status","session_state","invitee_name","channel","expires_at"],"title":"SelfServiceCaptureSessionViewOut"},"SelfServiceInviteSummaryOut":{"properties":{"invite_id":{"type":"string","title":"Invite Id"},"capture_session_id":{"type":"string","title":"Capture Session Id"},"status":{"type":"string","title":"Status"},"channel":{"type":"string","title":"Channel"},"invitee_name":{"type":"string","title":"Invitee Name"},"invitee_role":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Invitee Role"},"invitee_phone":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Invitee Phone"},"invitee_email":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Invitee Email"},"preferred_language":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Preferred Language"},"capture_url":{"type":"string","title":"Capture Url"},"expires_at":{"type":"string","format":"date-time","title":"Expires At"},"sent_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Sent At"},"opened_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Opened At"},"completed_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Completed At"},"invalidated_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Invalidated At"},"operator_name":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Operator Name"},"session_state":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Session State"},"delivery_status":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Delivery Status"},"delivery_error":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Delivery Error"},"can_resend":{"type":"boolean","title":"Can Resend","default":false},"can_reassign":{"type":"boolean","title":"Can Reassign","default":false}},"type":"object","required":["invite_id","capture_session_id","status","channel","invitee_name","capture_url","expires_at"],"title":"SelfServiceInviteSummaryOut"},"ServiceabilityEstimateOut":{"properties":{"evaluated_at":{"type":"string","title":"Evaluated At"},"job_id":{"type":"string","title":"Job Id"},"job_status":{"type":"string","title":"Job Status"},"market_city":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Market City"},"market_city_key":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Market City Key"},"lane_family":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Lane Family"},"lane_key":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Lane Key"},"coverage_score":{"type":"number","title":"Coverage Score"},"coverage_band":{"type":"string","enum":["green","yellow","red"],"title":"Coverage Band"},"provider_pool_confidence":{"type":"number","title":"Provider Pool Confidence"},"provider_pool_count":{"type":"integer","title":"Provider Pool Count"},"provider_pool_count_by_radius":{"additionalProperties":{"type":"integer"},"type":"object","title":"Provider Pool Count By Radius"},"top_provider_pool_score":{"type":"number","title":"Top Provider Pool Score"},"nearest_provider_distance_km":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Nearest Provider Distance Km"},"candidate_worker_count":{"type":"integer","title":"Candidate Worker Count"},"candidate_worker_count_by_radius":{"additionalProperties":{"type":"integer"},"type":"object","title":"Candidate Worker Count By Radius"},"top_candidate_score":{"type":"number","title":"Top Candidate Score"},"top_candidate_coverage_score":{"type":"number","title":"Top Candidate Coverage Score"},"nearest_approved_worker_distance_km":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Nearest Approved Worker Distance Km"},"nearest_candidate_worker_distance_km":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Nearest Candidate Worker Distance Km"},"expected_acceptance_latency_minutes":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Expected Acceptance Latency Minutes"},"partner_fallback_available":{"type":"boolean","title":"Partner Fallback Available"},"partner_fallback_count":{"type":"integer","title":"Partner Fallback Count"},"partner_fallback_summary":{"type":"string","title":"Partner Fallback Summary"},"partner_fallback_matches":{"items":{"$ref":"#/components/schemas/ServiceabilityPartnerMatchOut"},"type":"array","title":"Partner Fallback Matches"},"sla_confidence":{"type":"number","title":"Sla Confidence"},"pricing_hints":{"$ref":"#/components/schemas/ServiceabilityPricingHintsOut"},"risk_hints":{"items":{"type":"string"},"type":"array","title":"Risk Hints"},"operational_behavior":{"$ref":"#/components/schemas/ServiceabilityOperationalBehaviorOut"},"learning_inputs":{"$ref":"#/components/schemas/ServiceabilityLearningInputsOut"},"candidate_preview":{"items":{"$ref":"#/components/schemas/ServiceabilityProviderPreviewOut"},"type":"array","title":"Candidate Preview"},"provider_preview":{"items":{"$ref":"#/components/schemas/ServiceabilityProviderPreviewOut"},"type":"array","title":"Provider Preview"},"serviceability_summary":{"type":"string","title":"Serviceability Summary"}},"type":"object","required":["evaluated_at","job_id","job_status","coverage_score","coverage_band","provider_pool_confidence","provider_pool_count","top_provider_pool_score","candidate_worker_count","top_candidate_score","top_candidate_coverage_score","partner_fallback_available","partner_fallback_count","partner_fallback_summary","sla_confidence","pricing_hints","operational_behavior","learning_inputs","serviceability_summary"],"title":"ServiceabilityEstimateOut"},"ServiceabilityFeedbackSignalCreateIn":{"properties":{"signal_kind":{"type":"string","enum":["supply_expansion","partner_fallback"],"title":"Signal Kind"},"source_ticket_code":{"type":"string","maxLength":120,"minLength":3,"title":"Source Ticket Code"},"outcome_status":{"type":"string","enum":["contact_attempted","positive_response","negative_response","no_response","no_eligible_contacts","deadline_expired","send_failed","serviceability_no_longer_justified"],"title":"Outcome Status"},"source_message_id":{"anyOf":[{"type":"string","maxLength":36,"minLength":3},{"type":"null"}],"title":"Source Message Id"},"channel":{"anyOf":[{"type":"string","enum":["email","whatsapp","sms","telegram"]},{"type":"null"}],"title":"Channel"},"recipient":{"anyOf":[{"type":"string","maxLength":320},{"type":"null"}],"title":"Recipient"},"actor":{"anyOf":[{"type":"string","maxLength":120},{"type":"null"}],"title":"Actor"},"market_city":{"anyOf":[{"type":"string","maxLength":120},{"type":"null"}],"title":"Market City"},"market_city_key":{"anyOf":[{"type":"string","maxLength":120},{"type":"null"}],"title":"Market City Key"},"lane_key":{"anyOf":[{"type":"string","maxLength":160},{"type":"null"}],"title":"Lane Key"},"contacted_at":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Contacted At"},"response_deadline_at":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Response Deadline At"},"outcome_reason":{"anyOf":[{"type":"string","maxLength":1000},{"type":"null"}],"title":"Outcome Reason"},"latest_response_preview":{"anyOf":[{"type":"string","maxLength":4000},{"type":"null"}],"title":"Latest Response Preview"},"evidence_payload":{"additionalProperties":true,"type":"object","title":"Evidence Payload"}},"type":"object","required":["signal_kind","source_ticket_code","outcome_status"],"title":"ServiceabilityFeedbackSignalCreateIn"},"ServiceabilityFeedbackSignalOut":{"properties":{"id":{"type":"string","title":"Id"},"signal_kind":{"type":"string","title":"Signal Kind"},"source_ticket_code":{"type":"string","title":"Source Ticket Code"},"source_message_id":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Source Message Id"},"response_message_id":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Response Message Id"},"channel":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Channel"},"recipient":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Recipient"},"actor":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Actor"},"market_city":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Market City"},"market_city_key":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Market City Key"},"lane_key":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Lane Key"},"outcome_status":{"type":"string","title":"Outcome Status"},"outcome_reason":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Outcome Reason"},"confidence_weight":{"type":"number","title":"Confidence Weight"},"contacted_at":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Contacted At"},"response_deadline_at":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Response Deadline At"},"response_received_at":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Response Received At"},"resolved_at":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Resolved At"},"latest_response_preview":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Latest Response Preview"},"evidence_payload":{"additionalProperties":true,"type":"object","title":"Evidence Payload"},"created_at":{"type":"string","title":"Created At"},"updated_at":{"type":"string","title":"Updated At"}},"type":"object","required":["id","signal_kind","source_ticket_code","outcome_status","confidence_weight","created_at","updated_at"],"title":"ServiceabilityFeedbackSignalOut"},"ServiceabilityFeedbackSignalResolveIn":{"properties":{"outcome_status":{"type":"string","enum":["positive_response","negative_response","no_response","no_eligible_contacts","deadline_expired","send_failed","serviceability_no_longer_justified"],"title":"Outcome Status"},"outcome_reason":{"anyOf":[{"type":"string","maxLength":1000},{"type":"null"}],"title":"Outcome Reason"},"response_message_id":{"anyOf":[{"type":"string","maxLength":36,"minLength":3},{"type":"null"}],"title":"Response Message Id"},"response_received_at":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Response Received At"},"latest_response_preview":{"anyOf":[{"type":"string","maxLength":4000},{"type":"null"}],"title":"Latest Response Preview"},"evidence_payload":{"additionalProperties":true,"type":"object","title":"Evidence Payload"}},"type":"object","required":["outcome_status"],"title":"ServiceabilityFeedbackSignalResolveIn"},"ServiceabilityLearningInputsOut":{"properties":{"offered_count":{"type":"integer","title":"Offered Count"},"accepted_count":{"type":"integer","title":"Accepted Count"},"responded_count":{"type":"integer","title":"Responded Count"},"offer_acceptance_rate":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Offer Acceptance Rate"},"offer_response_rate":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Offer Response Rate"},"median_acceptance_latency_minutes":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Median Acceptance Latency Minutes"},"delivery_sample_size":{"type":"integer","title":"Delivery Sample Size"},"completion_rate":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Completion Rate"},"feedback_signal_count":{"type":"integer","title":"Feedback Signal Count","default":0},"feedback_adjustment":{"type":"number","title":"Feedback Adjustment","default":0.0},"supply_positive_response_count":{"type":"integer","title":"Supply Positive Response Count","default":0},"supply_negative_response_count":{"type":"integer","title":"Supply Negative Response Count","default":0},"supply_no_response_count":{"type":"integer","title":"Supply No Response Count","default":0},"partner_positive_response_count":{"type":"integer","title":"Partner Positive Response Count","default":0},"partner_negative_response_count":{"type":"integer","title":"Partner Negative Response Count","default":0},"partner_no_response_count":{"type":"integer","title":"Partner No Response Count","default":0},"friction_signal_count":{"type":"integer","title":"Friction Signal Count","default":0}},"type":"object","required":["offered_count","accepted_count","responded_count","delivery_sample_size"],"title":"ServiceabilityLearningInputsOut"},"ServiceabilityOperationalBehaviorOut":{"properties":{"coverage_band":{"type":"string","enum":["green","yellow","red"],"title":"Coverage Band"},"commitment_mode":{"type":"string","title":"Commitment Mode"},"allow_auto_quote":{"type":"boolean","title":"Allow Auto Quote"},"allow_dispatch":{"type":"boolean","title":"Allow Dispatch"},"customer_message_mode":{"type":"string","title":"Customer Message Mode"},"trigger_supply_expansion":{"type":"boolean","title":"Trigger Supply Expansion"},"trigger_partner_fallback":{"type":"boolean","title":"Trigger Partner Fallback"},"record_waitlist_signal":{"type":"boolean","title":"Record Waitlist Signal"},"graceful_decline_recommended":{"type":"boolean","title":"Graceful Decline Recommended"},"founder_override_required":{"type":"boolean","title":"Founder Override Required"}},"type":"object","required":["coverage_band","commitment_mode","allow_auto_quote","allow_dispatch","customer_message_mode","trigger_supply_expansion","trigger_partner_fallback","record_waitlist_signal","graceful_decline_recommended","founder_override_required"],"title":"ServiceabilityOperationalBehaviorOut"},"ServiceabilityPartnerMatchOut":{"properties":{"partner_name":{"type":"string","title":"Partner Name"},"partner_key":{"type":"string","title":"Partner Key"},"label":{"type":"string","title":"Label"},"availability_status":{"type":"string","title":"Availability Status"},"distance_km":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Distance Km"},"fallback_sla_hours":{"type":"integer","title":"Fallback Sla Hours"},"expected_acceptance_latency_minutes":{"type":"integer","title":"Expected Acceptance Latency Minutes"},"risk_note":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Risk Note"}},"type":"object","required":["partner_name","partner_key","label","availability_status","fallback_sla_hours","expected_acceptance_latency_minutes"],"title":"ServiceabilityPartnerMatchOut"},"ServiceabilityPricingHintsOut":{"properties":{"quote_status_recommendation":{"type":"string","title":"Quote Status Recommendation"},"suggested_offer_keys":{"items":{"type":"string"},"type":"array","title":"Suggested Offer Keys"},"suggested_price_floor_adjustment_cents":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Suggested Price Floor Adjustment Cents"},"risk_multiplier":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Risk Multiplier"},"dispatch_confidence":{"type":"string","title":"Dispatch Confidence"}},"type":"object","required":["quote_status_recommendation","dispatch_confidence"],"title":"ServiceabilityPricingHintsOut"},"ServiceabilityProbeIn":{"properties":{"objective":{"type":"string","maxLength":500,"minLength":3,"title":"Objective"},"address":{"type":"string","maxLength":500,"minLength":3,"title":"Address"},"latitude":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Latitude"},"longitude":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Longitude"},"market_city":{"anyOf":[{"type":"string","maxLength":120},{"type":"null"}],"title":"Market City"},"lane_family":{"anyOf":[{"type":"string","maxLength":120},{"type":"null"}],"title":"Lane Family"},"lane_key":{"anyOf":[{"type":"string","maxLength":160},{"type":"null"}],"title":"Lane Key"},"template_vertical":{"anyOf":[{"type":"string","maxLength":120},{"type":"null"}],"title":"Template Vertical"},"worker_requirements":{"anyOf":[{"$ref":"#/components/schemas/ServiceabilityWorkerRequirementsIn"},{"type":"null"}]}},"type":"object","required":["objective","address"],"title":"ServiceabilityProbeIn"},"ServiceabilityProviderPreviewOut":{"properties":{"provider_id":{"type":"string","title":"Provider Id"},"provider_label":{"type":"string","title":"Provider Label"},"channel":{"type":"string","title":"Channel"},"source_type":{"type":"string","title":"Source Type"},"source_kind":{"type":"string","title":"Source Kind"},"score":{"type":"number","title":"Score"},"coverage_score":{"type":"number","title":"Coverage Score"},"distance_km":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Distance Km"}},"type":"object","required":["provider_id","provider_label","channel","source_type","source_kind","score","coverage_score"],"title":"ServiceabilityProviderPreviewOut"},"ServiceabilityWorkerRequirementsIn":{"properties":{"assignment_classes":{"items":{"type":"string"},"type":"array","maxItems":20,"title":"Assignment Classes"},"capability_tags":{"items":{"type":"string"},"type":"array","maxItems":24,"title":"Capability Tags"}},"type":"object","title":"ServiceabilityWorkerRequirementsIn"},"SimulationGateIn":{"properties":{"required":{"type":"boolean","title":"Required","default":false},"level":{"type":"string","maxLength":40,"minLength":1,"title":"Level","default":"none"},"status":{"type":"string","maxLength":40,"minLength":1,"title":"Status","default":"not_required"},"notes":{"anyOf":[{"type":"string","maxLength":2000},{"type":"null"}],"title":"Notes"}},"type":"object","title":"SimulationGateIn"},"SimulationGateOut":{"properties":{"required":{"type":"boolean","title":"Required","default":false},"level":{"type":"string","title":"Level","default":"none"},"status":{"type":"string","title":"Status","default":"not_required"},"notes":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Notes"}},"type":"object","title":"SimulationGateOut"},"SimulationReportIngestIn":{"properties":{"report":{"additionalProperties":true,"type":"object","title":"Report"},"artifact_ref":{"anyOf":[{"type":"string","maxLength":240},{"type":"null"}],"title":"Artifact Ref"},"check_key":{"anyOf":[{"type":"string","maxLength":80},{"type":"null"}],"title":"Check Key"},"recorded_by":{"anyOf":[{"type":"string","maxLength":120},{"type":"null"}],"title":"Recorded By"},"promote_repair_state_to_verifying":{"type":"boolean","title":"Promote Repair State To Verifying","default":true}},"type":"object","title":"SimulationReportIngestIn"},"SimulationVerificationIngestIn":{"properties":{"simulation_kind":{"type":"string","maxLength":80,"minLength":2,"title":"Simulation Kind"},"artifact_ref":{"anyOf":[{"type":"string","maxLength":240},{"type":"null"}],"title":"Artifact Ref"},"report_payload":{"additionalProperties":true,"type":"object","title":"Report Payload"},"incident_code":{"anyOf":[{"type":"string","maxLength":120},{"type":"null"}],"title":"Incident Code"},"ticket_code":{"anyOf":[{"type":"string","maxLength":120},{"type":"null"}],"title":"Ticket Code"},"wake_code":{"anyOf":[{"type":"string","maxLength":120},{"type":"null"}],"title":"Wake Code"},"check_keys":{"items":{"type":"string"},"type":"array","maxItems":5,"title":"Check Keys"},"recorded_by":{"anyOf":[{"type":"string","maxLength":120},{"type":"null"}],"title":"Recorded By"},"recorded_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Recorded At"},"promote_to_verifying":{"type":"boolean","title":"Promote To Verifying","default":true}},"type":"object","required":["simulation_kind"],"title":"SimulationVerificationIngestIn"},"SimulationVerificationIngestOut":{"properties":{"simulation_kind":{"type":"string","title":"Simulation Kind"},"report_status":{"type":"string","title":"Report Status"},"evidence_status":{"type":"string","title":"Evidence Status"},"summary":{"type":"string","title":"Summary"},"artifact_ref":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Artifact Ref"},"check_keys":{"items":{"type":"string"},"type":"array","title":"Check Keys"},"verification_evidence":{"items":{"$ref":"#/components/schemas/VerificationEvidenceOut"},"type":"array","title":"Verification Evidence"},"incident":{"anyOf":[{"$ref":"#/components/schemas/IncidentLogEntryOut"},{"type":"null"}]},"director_ticket":{"anyOf":[{"$ref":"#/components/schemas/DirectorTicketOut"},{"type":"null"}]},"wakeup":{"anyOf":[{"$ref":"#/components/schemas/SpecialistWakeupOut"},{"type":"null"}]}},"type":"object","required":["simulation_kind","report_status","evidence_status","summary"],"title":"SimulationVerificationIngestOut"},"SpecialistWakeupContextOut":{"properties":{"context_version":{"type":"string","title":"Context Version"},"generated_at":{"type":"string","format":"date-time","title":"Generated At"},"context_fingerprint":{"type":"string","title":"Context Fingerprint"},"wakeup":{"$ref":"#/components/schemas/SpecialistWakeupOut"},"linked_incident":{"anyOf":[{"$ref":"#/components/schemas/IncidentLogEntryOut"},{"type":"null"}]},"linked_ticket":{"anyOf":[{"$ref":"#/components/schemas/DirectorTicketOut"},{"type":"null"}]},"recent_related_wakeups":{"items":{"$ref":"#/components/schemas/SpecialistWakeupOut"},"type":"array","title":"Recent Related Wakeups"},"recent_decisions":{"items":{"$ref":"#/components/schemas/DecisionLogEntryOut"},"type":"array","title":"Recent Decisions"},"role_state":{"additionalProperties":true,"type":"object","title":"Role State"}},"type":"object","required":["context_version","generated_at","context_fingerprint","wakeup"],"title":"SpecialistWakeupContextOut"},"SpecialistWakeupLaunchIn":{"properties":{"wake_code":{"anyOf":[{"type":"string","maxLength":120},{"type":"null"}],"title":"Wake Code"},"specialist_key":{"type":"string","maxLength":40,"minLength":2,"title":"Specialist Key","default":"codex"},"wake_reason":{"type":"string","maxLength":80,"minLength":2,"title":"Wake Reason"},"requesting_role":{"type":"string","maxLength":120,"minLength":2,"title":"Requesting Role"},"owning_role":{"type":"string","maxLength":120,"minLength":2,"title":"Owning Role"},"incident_code":{"anyOf":[{"type":"string","maxLength":120},{"type":"null"}],"title":"Incident Code"},"ticket_code":{"anyOf":[{"type":"string","maxLength":120},{"type":"null"}],"title":"Ticket Code"},"failure_category":{"anyOf":[{"type":"string","maxLength":40},{"type":"null"}],"title":"Failure Category"},"failure_pattern_key":{"anyOf":[{"type":"string","maxLength":160},{"type":"null"}],"title":"Failure Pattern Key"},"repair_lane":{"anyOf":[{"type":"string","maxLength":40},{"type":"null"}],"title":"Repair Lane"},"repair_state":{"anyOf":[{"type":"string","maxLength":30},{"type":"null"}],"title":"Repair State"},"verification_status":{"anyOf":[{"type":"string","maxLength":30},{"type":"null"}],"title":"Verification Status"},"verification_requirements":{"items":{"type":"string"},"type":"array","maxItems":20,"title":"Verification Requirements"},"verification_evidence":{"items":{"$ref":"#/components/schemas/VerificationEvidenceIn"},"type":"array","maxItems":25,"title":"Verification Evidence"},"simulation_gate":{"anyOf":[{"$ref":"#/components/schemas/SimulationGateIn"},{"type":"null"}]},"objective":{"type":"string","maxLength":5000,"minLength":3,"title":"Objective"},"constraints":{"additionalProperties":true,"type":"object","title":"Constraints"},"facts":{"items":{"type":"string"},"type":"array","maxItems":25,"title":"Facts"},"counterevidence":{"items":{"type":"string"},"type":"array","maxItems":25,"title":"Counterevidence"},"recommended_deliverable":{"type":"string","maxLength":5000,"title":"Recommended Deliverable","default":""},"time_sensitivity":{"anyOf":[{"type":"string","maxLength":40},{"type":"null"}],"title":"Time Sensitivity"},"source_links":{"items":{"$ref":"#/components/schemas/SpecialistWakeupSourceLinkIn"},"type":"array","maxItems":25,"title":"Source Links"},"source_payload":{"additionalProperties":true,"type":"object","title":"Source Payload"},"problem_domain":{"anyOf":[{"type":"string","maxLength":80},{"type":"null"}],"title":"Problem Domain"},"specialist_profile":{"anyOf":[{"type":"string","maxLength":80},{"type":"null"}],"title":"Specialist Profile"},"autonomy_mode":{"anyOf":[{"type":"string","maxLength":40},{"type":"null"}],"title":"Autonomy Mode"},"spawn_plan":{"anyOf":[{"additionalProperties":true,"type":"object"},{"type":"null"}],"title":"Spawn Plan"},"create_ticket_if_missing":{"type":"boolean","title":"Create Ticket If Missing","default":false},"dispatch_now":{"type":"boolean","title":"Dispatch Now","default":true}},"type":"object","required":["wake_reason","requesting_role","owning_role","objective"],"title":"SpecialistWakeupLaunchIn"},"SpecialistWakeupLaunchOut":{"properties":{"created":{"type":"boolean","title":"Created"},"dispatched":{"type":"boolean","title":"Dispatched"},"webhook_status":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Webhook Status"},"ticket_code":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Ticket Code"},"wakeup":{"$ref":"#/components/schemas/SpecialistWakeupOut"}},"type":"object","required":["created","dispatched","wakeup"],"title":"SpecialistWakeupLaunchOut"},"SpecialistWakeupOut":{"properties":{"id":{"type":"string","title":"Id"},"wake_code":{"type":"string","title":"Wake Code"},"specialist_key":{"type":"string","title":"Specialist Key"},"status":{"type":"string","title":"Status"},"wake_reason":{"type":"string","title":"Wake Reason"},"requesting_role":{"type":"string","title":"Requesting Role"},"owning_role":{"type":"string","title":"Owning Role"},"incident_code":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Incident Code"},"ticket_code":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Ticket Code"},"failure_category":{"type":"string","title":"Failure Category"},"failure_pattern_key":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Failure Pattern Key"},"repair_lane":{"type":"string","title":"Repair Lane"},"repair_state":{"type":"string","title":"Repair State"},"verification_status":{"type":"string","title":"Verification Status"},"verification_requirements":{"items":{"type":"string"},"type":"array","title":"Verification Requirements"},"verification_evidence":{"items":{"$ref":"#/components/schemas/VerificationEvidenceOut"},"type":"array","title":"Verification Evidence"},"simulation_gate":{"$ref":"#/components/schemas/SimulationGateOut"},"objective":{"type":"string","title":"Objective"},"constraints":{"additionalProperties":true,"type":"object","title":"Constraints"},"facts":{"items":{"type":"string"},"type":"array","title":"Facts"},"counterevidence":{"items":{"type":"string"},"type":"array","title":"Counterevidence"},"recommended_deliverable":{"type":"string","title":"Recommended Deliverable"},"time_sensitivity":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Time Sensitivity"},"source_links":{"items":{"additionalProperties":true,"type":"object"},"type":"array","title":"Source Links"},"source_payload":{"additionalProperties":true,"type":"object","title":"Source Payload"},"source_fingerprint":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Source Fingerprint"},"webhook_status":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Webhook Status"},"dispatched_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Dispatched At"},"created_at":{"type":"string","format":"date-time","title":"Created At"},"updated_at":{"type":"string","format":"date-time","title":"Updated At"}},"type":"object","required":["id","wake_code","specialist_key","status","wake_reason","requesting_role","owning_role","failure_category","repair_lane","repair_state","verification_status","objective","recommended_deliverable","created_at","updated_at"],"title":"SpecialistWakeupOut"},"SpecialistWakeupSourceLinkIn":{"properties":{"source_table":{"type":"string","maxLength":80,"minLength":1,"title":"Source Table"},"source_id":{"type":"string","maxLength":120,"minLength":1,"title":"Source Id"},"source_kind":{"anyOf":[{"type":"string","maxLength":80},{"type":"null"}],"title":"Source Kind"},"relevance":{"anyOf":[{"type":"string","maxLength":2000},{"type":"null"}],"title":"Relevance"}},"type":"object","required":["source_table","source_id"],"title":"SpecialistWakeupSourceLinkIn"},"SpecialistWakeupUpdateIn":{"properties":{"status":{"anyOf":[{"type":"string","maxLength":30},{"type":"null"}],"title":"Status"},"repair_state":{"anyOf":[{"type":"string","maxLength":30},{"type":"null"}],"title":"Repair State"},"verification_status":{"anyOf":[{"type":"string","maxLength":30},{"type":"null"}],"title":"Verification Status"},"verification_requirements":{"anyOf":[{"items":{"type":"string"},"type":"array","maxItems":20},{"type":"null"}],"title":"Verification Requirements"},"verification_evidence":{"anyOf":[{"items":{"$ref":"#/components/schemas/VerificationEvidenceIn"},"type":"array","maxItems":25},{"type":"null"}],"title":"Verification Evidence"},"simulation_gate":{"anyOf":[{"$ref":"#/components/schemas/SimulationGateIn"},{"type":"null"}]},"founder_reply":{"anyOf":[{"$ref":"#/components/schemas/FounderRelayCompletionIn"},{"type":"null"}]},"internal_summary":{"anyOf":[{"type":"string","maxLength":10000},{"type":"null"}],"title":"Internal Summary"},"context_fingerprint":{"anyOf":[{"type":"string","maxLength":128},{"type":"null"}],"title":"Context Fingerprint"},"artifacts":{"anyOf":[{"additionalProperties":true,"type":"object"},{"type":"null"}],"title":"Artifacts"},"writer_identity":{"anyOf":[{"type":"string","maxLength":120},{"type":"null"}],"title":"Writer Identity"},"memory_writeback":{"anyOf":[{"additionalProperties":true,"type":"object"},{"type":"null"}],"title":"Memory Writeback"}},"type":"object","title":"SpecialistWakeupUpdateIn"},"StepOut":{"properties":{"step_order":{"type":"integer","title":"Step Order"},"name":{"type":"string","title":"Name"},"instruction":{"type":"string","title":"Instruction"},"status":{"type":"string","title":"Status"},"validated_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Validated At"}},"additionalProperties":false,"type":"object","required":["step_order","name","instruction","status","validated_at"],"title":"StepOut"},"SynthesisBriefCreateIn":{"properties":{"brief_type":{"type":"string","maxLength":40,"minLength":2,"title":"Brief Type"},"scope_type":{"type":"string","maxLength":40,"minLength":1,"title":"Scope Type","default":"global"},"scope_key":{"type":"string","maxLength":120,"minLength":1,"title":"Scope Key","default":"default"},"title":{"type":"string","maxLength":240,"minLength":3,"title":"Title"},"summary":{"type":"string","maxLength":10000,"minLength":3,"title":"Summary"},"facts":{"items":{"type":"string"},"type":"array","maxItems":50,"title":"Facts"},"inferences":{"items":{"type":"string"},"type":"array","maxItems":50,"title":"Inferences"},"counterevidence":{"items":{"type":"string"},"type":"array","maxItems":50,"title":"Counterevidence"},"recommended_next_actions":{"items":{"type":"string"},"type":"array","maxItems":50,"title":"Recommended Next Actions"},"source_payload":{"additionalProperties":true,"type":"object","title":"Source Payload"},"confidence":{"type":"number","maximum":1.0,"minimum":0.0,"title":"Confidence","default":0.5},"owner":{"anyOf":[{"type":"string","maxLength":120},{"type":"null"}],"title":"Owner"},"status":{"type":"string","maxLength":30,"minLength":1,"title":"Status","default":"active"},"generated_by":{"anyOf":[{"type":"string","maxLength":120},{"type":"null"}],"title":"Generated By"},"trigger_reason":{"anyOf":[{"type":"string","maxLength":120},{"type":"null"}],"title":"Trigger Reason"},"source_fingerprint":{"anyOf":[{"type":"string","maxLength":64},{"type":"null"}],"title":"Source Fingerprint"},"freshness_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Freshness At"},"supersedes_id":{"anyOf":[{"type":"string","maxLength":36,"minLength":36},{"type":"null"}],"title":"Supersedes Id"},"source_links":{"items":{"$ref":"#/components/schemas/SynthesisSourceLinkIn"},"type":"array","maxItems":100,"title":"Source Links"}},"type":"object","required":["brief_type","title","summary"],"title":"SynthesisBriefCreateIn"},"SynthesisBriefOut":{"properties":{"id":{"type":"string","title":"Id"},"brief_type":{"type":"string","title":"Brief Type"},"scope_type":{"type":"string","title":"Scope Type"},"scope_key":{"type":"string","title":"Scope Key"},"title":{"type":"string","title":"Title"},"summary":{"type":"string","title":"Summary"},"facts":{"items":{"type":"string"},"type":"array","title":"Facts"},"inferences":{"items":{"type":"string"},"type":"array","title":"Inferences"},"counterevidence":{"items":{"type":"string"},"type":"array","title":"Counterevidence"},"recommended_next_actions":{"items":{"type":"string"},"type":"array","title":"Recommended Next Actions"},"source_payload":{"additionalProperties":true,"type":"object","title":"Source Payload"},"confidence":{"type":"number","title":"Confidence"},"owner":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Owner"},"status":{"type":"string","title":"Status"},"generated_by":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Generated By"},"trigger_reason":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Trigger Reason"},"source_fingerprint":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Source Fingerprint"},"freshness_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Freshness At"},"supersedes_id":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Supersedes Id"},"source_links":{"items":{"$ref":"#/components/schemas/SynthesisSourceLinkOut"},"type":"array","title":"Source Links"},"created_at":{"type":"string","format":"date-time","title":"Created At"},"updated_at":{"type":"string","format":"date-time","title":"Updated At"}},"type":"object","required":["id","brief_type","scope_type","scope_key","title","summary","confidence","status","created_at","updated_at"],"title":"SynthesisBriefOut"},"SynthesisSourceLinkIn":{"properties":{"source_table":{"type":"string","maxLength":80,"minLength":1,"title":"Source Table"},"source_id":{"type":"string","maxLength":120,"minLength":1,"title":"Source Id"},"source_kind":{"anyOf":[{"type":"string","maxLength":80},{"type":"null"}],"title":"Source Kind"},"relevance":{"anyOf":[{"type":"string","maxLength":2000},{"type":"null"}],"title":"Relevance"}},"type":"object","required":["source_table","source_id"],"title":"SynthesisSourceLinkIn"},"SynthesisSourceLinkOut":{"properties":{"id":{"type":"string","title":"Id"},"source_table":{"type":"string","title":"Source Table"},"source_id":{"type":"string","title":"Source Id"},"source_kind":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Source Kind"},"relevance":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Relevance"},"created_at":{"type":"string","format":"date-time","title":"Created At"}},"type":"object","required":["id","source_table","source_id","created_at"],"title":"SynthesisSourceLinkOut"},"TelegramActorIdentityOut":{"properties":{"agent_id":{"type":"string","title":"Agent Id"},"human_name":{"type":"string","title":"Human Name"},"role_title":{"type":"string","title":"Role Title"},"company_name":{"type":"string","title":"Company Name"},"communication_name":{"type":"string","title":"Communication Name"},"email_sender_name":{"type":"string","title":"Email Sender Name"}},"type":"object","required":["agent_id","human_name","role_title","company_name","communication_name","email_sender_name"],"title":"TelegramActorIdentityOut"},"TelegramMessageListOut":{"properties":{"total":{"type":"integer","title":"Total"},"items":{"items":{"$ref":"#/components/schemas/TelegramMessageOut"},"type":"array","title":"Items"}},"type":"object","required":["total","items"],"title":"TelegramMessageListOut"},"TelegramMessageOut":{"properties":{"id":{"type":"string","title":"Id"},"provider":{"type":"string","title":"Provider"},"external_message_id":{"type":"string","title":"External Message Id"},"direction":{"type":"string","title":"Direction"},"chat_id":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Chat Id"},"from_user_id":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"From User Id"},"from_username":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"From Username"},"from_name":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"From Name"},"message_type":{"type":"string","title":"Message Type"},"body_text":{"type":"string","title":"Body Text"},"routing_class":{"type":"string","title":"Routing Class"},"processing_status":{"type":"string","title":"Processing Status"},"assigned_agent":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Assigned Agent"},"delivery_status":{"type":"string","title":"Delivery Status"},"actor":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Actor"},"related_job_id":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Related Job Id"},"lane_key":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Lane Key"},"market_city":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Market City"},"market_city_key":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Market City Key"},"qualified_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Qualified At"},"first_response_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"First Response At"},"metadata":{"additionalProperties":true,"type":"object","title":"Metadata"},"received_at":{"type":"string","format":"date-time","title":"Received At"},"created_at":{"type":"string","format":"date-time","title":"Created At"},"updated_at":{"type":"string","format":"date-time","title":"Updated At"}},"type":"object","required":["id","provider","external_message_id","direction","chat_id","from_user_id","from_username","from_name","message_type","body_text","routing_class","processing_status","assigned_agent","delivery_status","actor","related_job_id","metadata","received_at","created_at","updated_at"],"title":"TelegramMessageOut"},"TelegramMessageStatusIn":{"properties":{"processing_status":{"type":"string","maxLength":30,"minLength":2,"title":"Processing Status"},"assigned_agent":{"anyOf":[{"type":"string","maxLength":120,"minLength":2},{"type":"null"}],"title":"Assigned Agent"},"handling_notes":{"anyOf":[{"type":"string","maxLength":4000},{"type":"null"}],"title":"Handling Notes"},"related_job_id":{"anyOf":[{"type":"string","maxLength":36,"minLength":36},{"type":"null"}],"title":"Related Job Id"}},"type":"object","required":["processing_status"],"title":"TelegramMessageStatusIn"},"TelegramOutboundSendIn":{"properties":{"chat_id":{"type":"string","maxLength":80,"minLength":1,"title":"Chat Id"},"body_text":{"type":"string","maxLength":4096,"minLength":1,"title":"Body Text"},"actor":{"type":"string","maxLength":120,"minLength":2,"title":"Actor"},"purpose":{"type":"string","enum":["worker_assignment","worker_reminder","worker_issue_ack","support_ack","partner_follow_up","recruiting_reply","founder_alert","safe_action_reply","sandbox_test","founder_command_reply"],"title":"Purpose"},"related_job_id":{"anyOf":[{"type":"string","maxLength":36,"minLength":36},{"type":"null"}],"title":"Related Job Id"},"related_message_id":{"anyOf":[{"type":"string","maxLength":36,"minLength":36},{"type":"null"}],"title":"Related Message Id"}},"type":"object","required":["chat_id","body_text","actor","purpose"],"title":"TelegramOutboundSendIn"},"TelegramOutboundSendOut":{"properties":{"accepted":{"type":"boolean","title":"Accepted"},"provider":{"type":"string","title":"Provider"},"external_message_id":{"type":"string","title":"External Message Id"},"chat_id":{"type":"string","title":"Chat Id"},"actor":{"type":"string","title":"Actor"},"purpose":{"type":"string","title":"Purpose"},"delivery_status":{"type":"string","title":"Delivery Status"}},"type":"object","required":["accepted","provider","external_message_id","chat_id","actor","purpose","delivery_status"],"title":"TelegramOutboundSendOut"},"TelegramPolicyOut":{"properties":{"provider":{"type":"string","title":"Provider"},"enabled":{"type":"boolean","title":"Enabled"},"bot_username":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Bot Username"},"webhook_path":{"type":"string","title":"Webhook Path"},"webhook_public_url":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Webhook Public Url"},"webhook_secret_configured":{"type":"boolean","title":"Webhook Secret Configured"},"outbound_enabled":{"type":"boolean","title":"Outbound Enabled"},"allowed_actors":{"items":{"type":"string"},"type":"array","title":"Allowed Actors"},"allowed_purposes":{"items":{"type":"string"},"type":"array","title":"Allowed Purposes"},"actor_identities":{"items":{"$ref":"#/components/schemas/TelegramActorIdentityOut"},"type":"array","title":"Actor Identities"},"allowed_chat_ids":{"items":{"type":"string"},"type":"array","title":"Allowed Chat Ids"}},"type":"object","required":["provider","enabled","bot_username","webhook_path","webhook_public_url","webhook_secret_configured","outbound_enabled","allowed_actors"],"title":"TelegramPolicyOut"},"TelegramSafeActionOut":{"properties":{"message_id":{"type":"string","title":"Message Id"},"action_key":{"type":"string","title":"Action Key"},"action_status":{"type":"string","title":"Action Status"},"summary":{"additionalProperties":true,"type":"object","title":"Summary"},"suggested_reply":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Suggested Reply"}},"type":"object","required":["message_id","action_key","action_status","summary"],"title":"TelegramSafeActionOut"},"TelegramWebhookConfigureOut":{"properties":{"accepted":{"type":"boolean","title":"Accepted"},"webhook_url":{"type":"string","title":"Webhook Url"},"has_custom_certificate":{"type":"boolean","title":"Has Custom Certificate"},"pending_update_count":{"type":"integer","title":"Pending Update Count"},"last_error_date":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Last Error Date"},"last_error_message":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Last Error Message"}},"type":"object","required":["accepted","webhook_url","has_custom_certificate","pending_update_count","last_error_date","last_error_message"],"title":"TelegramWebhookConfigureOut"},"TelegramWebhookReceiveOut":{"properties":{"accepted":{"type":"boolean","title":"Accepted"},"inbound_stored":{"type":"integer","title":"Inbound Stored"},"inbound_duplicates":{"type":"integer","title":"Inbound Duplicates"},"ignored_updates":{"type":"integer","title":"Ignored Updates"},"auto_actions_executed":{"type":"integer","title":"Auto Actions Executed","default":0},"auto_replies_sent":{"type":"integer","title":"Auto Replies Sent","default":0}},"type":"object","required":["accepted","inbound_stored","inbound_duplicates","ignored_updates"],"title":"TelegramWebhookReceiveOut"},"TwilioSmsActorIdentityOut":{"properties":{"agent_id":{"type":"string","title":"Agent Id"},"human_name":{"type":"string","title":"Human Name"},"role_title":{"type":"string","title":"Role Title"},"company_name":{"type":"string","title":"Company Name"},"communication_name":{"type":"string","title":"Communication Name"},"email_sender_name":{"type":"string","title":"Email Sender Name"}},"type":"object","required":["agent_id","human_name","role_title","company_name","communication_name","email_sender_name"],"title":"TwilioSmsActorIdentityOut"},"TwilioSmsMessageListOut":{"properties":{"total":{"type":"integer","title":"Total"},"items":{"items":{"$ref":"#/components/schemas/TwilioSmsMessageOut"},"type":"array","title":"Items"}},"type":"object","required":["total","items"],"title":"TwilioSmsMessageListOut"},"TwilioSmsMessageOut":{"properties":{"id":{"type":"string","title":"Id"},"provider":{"type":"string","title":"Provider"},"external_message_id":{"type":"string","title":"External Message Id"},"direction":{"type":"string","title":"Direction"},"account_sid":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Account Sid"},"messaging_service_sid":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Messaging Service Sid"},"from_number":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"From Number"},"to_number":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"To Number"},"contact_name":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Contact Name"},"message_type":{"type":"string","title":"Message Type"},"body_text":{"type":"string","title":"Body Text"},"routing_class":{"type":"string","title":"Routing Class"},"processing_status":{"type":"string","title":"Processing Status"},"assigned_agent":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Assigned Agent"},"delivery_status":{"type":"string","title":"Delivery Status"},"actor":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Actor"},"related_job_id":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Related Job Id"},"lane_key":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Lane Key"},"market_city":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Market City"},"market_city_key":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Market City Key"},"qualified_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Qualified At"},"first_response_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"First Response At"},"metadata":{"additionalProperties":true,"type":"object","title":"Metadata"},"received_at":{"type":"string","format":"date-time","title":"Received At"},"created_at":{"type":"string","format":"date-time","title":"Created At"},"updated_at":{"type":"string","format":"date-time","title":"Updated At"}},"type":"object","required":["id","provider","external_message_id","direction","account_sid","messaging_service_sid","from_number","to_number","contact_name","message_type","body_text","routing_class","processing_status","assigned_agent","delivery_status","actor","related_job_id","metadata","received_at","created_at","updated_at"],"title":"TwilioSmsMessageOut"},"TwilioSmsMessageStatusIn":{"properties":{"processing_status":{"type":"string","maxLength":30,"minLength":2,"title":"Processing Status"},"assigned_agent":{"anyOf":[{"type":"string","maxLength":120,"minLength":2},{"type":"null"}],"title":"Assigned Agent"},"handling_notes":{"anyOf":[{"type":"string","maxLength":4000},{"type":"null"}],"title":"Handling Notes"},"related_job_id":{"anyOf":[{"type":"string","maxLength":36,"minLength":36},{"type":"null"}],"title":"Related Job Id"}},"type":"object","required":["processing_status"],"title":"TwilioSmsMessageStatusIn"},"TwilioSmsOutboundSendIn":{"properties":{"to_number":{"type":"string","maxLength":40,"minLength":8,"title":"To Number"},"body_text":{"type":"string","maxLength":1600,"minLength":1,"title":"Body Text"},"actor":{"type":"string","maxLength":120,"minLength":2,"title":"Actor"},"purpose":{"type":"string","enum":["worker_assignment","worker_reminder","worker_issue_ack","support_ack","partner_follow_up","recruiting_reply","founder_alert","safe_action_reply","sandbox_test","founder_command_reply"],"title":"Purpose"},"related_job_id":{"anyOf":[{"type":"string","maxLength":36,"minLength":36},{"type":"null"}],"title":"Related Job Id"},"related_message_id":{"anyOf":[{"type":"string","maxLength":36,"minLength":36},{"type":"null"}],"title":"Related Message Id"}},"type":"object","required":["to_number","body_text","actor","purpose"],"title":"TwilioSmsOutboundSendIn"},"TwilioSmsOutboundSendOut":{"properties":{"accepted":{"type":"boolean","title":"Accepted"},"provider":{"type":"string","title":"Provider"},"external_message_id":{"type":"string","title":"External Message Id"},"to_number":{"type":"string","title":"To Number"},"actor":{"type":"string","title":"Actor"},"purpose":{"type":"string","title":"Purpose"},"delivery_status":{"type":"string","title":"Delivery Status"}},"type":"object","required":["accepted","provider","external_message_id","to_number","actor","purpose","delivery_status"],"title":"TwilioSmsOutboundSendOut"},"TwilioSmsPolicyOut":{"properties":{"provider":{"type":"string","title":"Provider"},"enabled":{"type":"boolean","title":"Enabled"},"account_sid":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Account Sid"},"phone_number":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Phone Number"},"messaging_service_sid":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Messaging Service Sid"},"webhook_path":{"type":"string","title":"Webhook Path"},"webhook_public_url":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Webhook Public Url"},"webhook_signature_validation":{"type":"boolean","title":"Webhook Signature Validation"},"outbound_enabled":{"type":"boolean","title":"Outbound Enabled"},"allowed_actors":{"items":{"type":"string"},"type":"array","title":"Allowed Actors"},"allowed_purposes":{"items":{"type":"string"},"type":"array","title":"Allowed Purposes"},"actor_identities":{"items":{"$ref":"#/components/schemas/TwilioSmsActorIdentityOut"},"type":"array","title":"Actor Identities"},"allowed_from_numbers":{"items":{"type":"string"},"type":"array","title":"Allowed From Numbers"}},"type":"object","required":["provider","enabled","account_sid","phone_number","messaging_service_sid","webhook_path","webhook_public_url","webhook_signature_validation","outbound_enabled","allowed_actors"],"title":"TwilioSmsPolicyOut"},"TwilioSmsSafeActionOut":{"properties":{"message_id":{"type":"string","title":"Message Id"},"action_key":{"type":"string","title":"Action Key"},"action_status":{"type":"string","title":"Action Status"},"summary":{"additionalProperties":true,"type":"object","title":"Summary"},"suggested_reply":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Suggested Reply"}},"type":"object","required":["message_id","action_key","action_status","summary"],"title":"TwilioSmsSafeActionOut"},"TwilioSmsWebhookConfigureOut":{"properties":{"accepted":{"type":"boolean","title":"Accepted"},"phone_number_sid":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Phone Number Sid"},"phone_number":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Phone Number"},"sms_url":{"type":"string","title":"Sms Url"},"sms_method":{"type":"string","title":"Sms Method"},"messaging_service_sid":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Messaging Service Sid"},"registered_events":{"items":{"type":"string"},"type":"array","title":"Registered Events"}},"type":"object","required":["accepted","sms_url","sms_method"],"title":"TwilioSmsWebhookConfigureOut"},"TwilioSmsWebhookReceiveOut":{"properties":{"accepted":{"type":"boolean","title":"Accepted"},"inbound_stored":{"type":"integer","title":"Inbound Stored"},"inbound_duplicates":{"type":"integer","title":"Inbound Duplicates"},"ignored_messages":{"type":"integer","title":"Ignored Messages"},"status_updates_applied":{"type":"integer","title":"Status Updates Applied","default":0},"status_updates_ignored":{"type":"integer","title":"Status Updates Ignored","default":0},"auto_actions_executed":{"type":"integer","title":"Auto Actions Executed","default":0},"auto_replies_sent":{"type":"integer","title":"Auto Replies Sent","default":0}},"type":"object","required":["accepted","inbound_stored","inbound_duplicates","ignored_messages"],"title":"TwilioSmsWebhookReceiveOut"},"ValidationError":{"properties":{"loc":{"items":{"anyOf":[{"type":"string"},{"type":"integer"}]},"type":"array","title":"Location"},"msg":{"type":"string","title":"Message"},"type":{"type":"string","title":"Error Type"}},"type":"object","required":["loc","msg","type"],"title":"ValidationError"},"VerificationEvidenceIn":{"properties":{"check_key":{"type":"string","maxLength":80,"minLength":2,"title":"Check Key"},"status":{"type":"string","maxLength":20,"minLength":2,"title":"Status","default":"passed"},"summary":{"type":"string","maxLength":2000,"minLength":2,"title":"Summary"},"artifact_ref":{"anyOf":[{"type":"string","maxLength":240},{"type":"null"}],"title":"Artifact Ref"},"recorded_by":{"anyOf":[{"type":"string","maxLength":120},{"type":"null"}],"title":"Recorded By"},"recorded_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Recorded At"}},"type":"object","required":["check_key","summary"],"title":"VerificationEvidenceIn"},"VerificationEvidenceOut":{"properties":{"check_key":{"type":"string","title":"Check Key"},"status":{"type":"string","title":"Status"},"summary":{"type":"string","title":"Summary"},"artifact_ref":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Artifact Ref"},"recorded_by":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Recorded By"},"recorded_at":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Recorded At"}},"type":"object","required":["check_key","status","summary"],"title":"VerificationEvidenceOut"},"WebToolAgentCapabilityOut":{"properties":{"agent_name":{"type":"string","title":"Agent Name"},"search_enabled":{"type":"boolean","title":"Search Enabled"},"fetch_enabled":{"type":"boolean","title":"Fetch Enabled"},"browser_session_enabled":{"type":"boolean","title":"Browser Session Enabled"},"notes":{"type":"string","title":"Notes","default":""}},"type":"object","required":["agent_name","search_enabled","fetch_enabled","browser_session_enabled"],"title":"WebToolAgentCapabilityOut"},"WebToolBrowserIntakeCustomerIn":{"properties":{"customer_name":{"type":"string","maxLength":160,"minLength":2,"title":"Customer Name"},"customer_email":{"type":"string","maxLength":254,"minLength":5,"title":"Customer Email"},"customer_phone":{"type":"string","maxLength":40,"minLength":7,"title":"Customer Phone"},"objective":{"type":"string","maxLength":2000,"minLength":10,"title":"Objective"},"address":{"type":"string","maxLength":300,"minLength":6,"title":"Address"},"latitude":{"type":"number","maximum":90.0,"minimum":-90.0,"title":"Latitude"},"longitude":{"type":"number","maximum":180.0,"minimum":-180.0,"title":"Longitude"},"notes":{"type":"string","maxLength":5000,"minLength":5,"title":"Notes"},"reference_photo_url":{"anyOf":[{"type":"string","maxLength":2000},{"type":"null"}],"title":"Reference Photo Url"}},"type":"object","required":["customer_name","customer_email","customer_phone","objective","address","latitude","longitude","notes"],"title":"WebToolBrowserIntakeCustomerIn"},"WebToolBrowserIntakeWorkerIn":{"properties":{"full_name":{"type":"string","maxLength":160,"minLength":2,"title":"Full Name"},"email":{"type":"string","maxLength":254,"minLength":5,"title":"Email"},"phone":{"type":"string","maxLength":80,"minLength":5,"title":"Phone"},"location":{"type":"string","maxLength":200,"minLength":2,"title":"Location"},"postal_code":{"type":"string","maxLength":32,"minLength":2,"title":"Postal Code"},"travel_radius_miles":{"type":"integer","maximum":250.0,"minimum":1.0,"title":"Travel Radius Miles"},"contact_handle":{"anyOf":[{"type":"string","maxLength":200},{"type":"null"}],"title":"Contact Handle"},"preferred_channel":{"type":"string","maxLength":40,"minLength":2,"title":"Preferred Channel"},"preferred_language":{"type":"string","maxLength":40,"minLength":2,"title":"Preferred Language"},"assignment_classes":{"items":{"type":"string"},"type":"array","maxItems":12,"minItems":1,"title":"Assignment Classes"},"experience_notes":{"type":"string","maxLength":5000,"title":"Experience Notes","default":""}},"type":"object","required":["full_name","email","phone","location","postal_code","travel_radius_miles","preferred_channel","preferred_language","assignment_classes"],"title":"WebToolBrowserIntakeWorkerIn"},"WebToolBrowserPublicIntakeIn":{"properties":{"agent_name":{"type":"string","maxLength":80,"minLength":2,"title":"Agent Name","default":"founder_console"},"base_url":{"type":"string","maxLength":2000,"minLength":10,"title":"Base Url"},"worker":{"$ref":"#/components/schemas/WebToolBrowserIntakeWorkerIn"},"customer":{"$ref":"#/components/schemas/WebToolBrowserIntakeCustomerIn"},"timeout_seconds":{"anyOf":[{"type":"integer","maximum":90.0,"minimum":8.0},{"type":"null"}],"title":"Timeout Seconds"}},"type":"object","required":["base_url","worker","customer"],"title":"WebToolBrowserPublicIntakeIn"},"WebToolBrowserPublicIntakeOut":{"properties":{"agent_name":{"type":"string","title":"Agent Name"},"provider":{"type":"string","title":"Provider"},"base_url":{"type":"string","title":"Base Url"},"worker_application_id":{"type":"string","title":"Worker Application Id"},"customer_request_id":{"type":"string","title":"Customer Request Id"},"customer_job_id":{"type":"string","title":"Customer Job Id"},"customer_access_token":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Customer Access Token"},"customer_payment_status":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Customer Payment Status"},"customer_quote_status":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Customer Quote Status"},"join_submission_mode":{"type":"string","title":"Join Submission Mode","default":"form"},"customer_submission_mode":{"type":"string","title":"Customer Submission Mode","default":"form"},"join_result_text":{"type":"string","title":"Join Result Text","default":""},"customer_result_text":{"type":"string","title":"Customer Result Text","default":""},"artifact_id":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Artifact Id"},"join_screenshot_path":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Join Screenshot Path"},"customer_screenshot_path":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Customer Screenshot Path"},"step_log_path":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Step Log Path"}},"type":"object","required":["agent_name","provider","base_url","worker_application_id","customer_request_id","customer_job_id"],"title":"WebToolBrowserPublicIntakeOut"},"WebToolFetchIn":{"properties":{"agent_name":{"type":"string","maxLength":80,"minLength":2,"title":"Agent Name","default":"founder_console"},"url":{"type":"string","maxLength":2000,"minLength":10,"title":"Url"},"max_bytes":{"anyOf":[{"type":"integer","maximum":500000.0,"minimum":1024.0},{"type":"null"}],"title":"Max Bytes"},"timeout_seconds":{"anyOf":[{"type":"integer","maximum":30.0,"minimum":1.0},{"type":"null"}],"title":"Timeout Seconds"},"allow_browser_fallback":{"type":"boolean","title":"Allow Browser Fallback","default":false}},"type":"object","required":["url"],"title":"WebToolFetchIn"},"WebToolFetchOut":{"properties":{"agent_name":{"type":"string","title":"Agent Name"},"url":{"type":"string","title":"Url"},"final_url":{"type":"string","title":"Final Url"},"provider":{"type":"string","title":"Provider"},"browser_provider":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Browser Provider"},"browser_fallback_requested":{"type":"boolean","title":"Browser Fallback Requested","default":false},"browser_fallback_used":{"type":"boolean","title":"Browser Fallback Used","default":false},"status_code":{"type":"integer","title":"Status Code"},"content_type":{"type":"string","title":"Content Type"},"content_length":{"type":"integer","title":"Content Length"},"title":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Title"},"text_excerpt":{"type":"string","title":"Text Excerpt","default":""},"artifact_id":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Artifact Id"},"screenshot_path":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Screenshot Path"},"step_log_path":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Step Log Path"}},"type":"object","required":["agent_name","url","final_url","provider","status_code","content_type","content_length"],"title":"WebToolFetchOut"},"WebToolPolicyOut":{"properties":{"browser_enabled":{"type":"boolean","title":"Browser Enabled"},"browser_provider":{"type":"string","title":"Browser Provider"},"allowed_domains":{"items":{"type":"string"},"type":"array","title":"Allowed Domains"},"fallback_order":{"items":{"type":"string"},"type":"array","title":"Fallback Order"},"agent_capabilities":{"items":{"$ref":"#/components/schemas/WebToolAgentCapabilityOut"},"type":"array","title":"Agent Capabilities"}},"type":"object","required":["browser_enabled","browser_provider"],"title":"WebToolPolicyOut"},"WebToolSearchIn":{"properties":{"agent_name":{"type":"string","maxLength":80,"minLength":2,"title":"Agent Name","default":"founder_console"},"query":{"type":"string","maxLength":500,"minLength":2,"title":"Query"},"max_results":{"type":"integer","maximum":20.0,"minimum":1.0,"title":"Max Results","default":5},"categories":{"type":"string","maxLength":80,"minLength":2,"title":"Categories","default":"general"},"domains":{"items":{"type":"string"},"type":"array","maxItems":20,"title":"Domains"}},"type":"object","required":["query"],"title":"WebToolSearchIn"},"WebToolSearchOut":{"properties":{"agent_name":{"type":"string","title":"Agent Name"},"query":{"type":"string","title":"Query"},"provider":{"type":"string","title":"Provider"},"categories":{"type":"string","title":"Categories"},"results":{"items":{"$ref":"#/components/schemas/WebToolSearchResultOut"},"type":"array","title":"Results"}},"type":"object","required":["agent_name","query","provider","categories"],"title":"WebToolSearchOut"},"WebToolSearchResultOut":{"properties":{"title":{"type":"string","title":"Title"},"url":{"type":"string","title":"Url"},"snippet":{"type":"string","title":"Snippet","default":""},"source":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Source"}},"type":"object","required":["title","url"],"title":"WebToolSearchResultOut"},"WhatsAppActorIdentityOut":{"properties":{"agent_id":{"type":"string","title":"Agent Id"},"human_name":{"type":"string","title":"Human Name"},"role_title":{"type":"string","title":"Role Title"},"company_name":{"type":"string","title":"Company Name"},"communication_name":{"type":"string","title":"Communication Name"},"email_sender_name":{"type":"string","title":"Email Sender Name"}},"type":"object","required":["agent_id","human_name","role_title","company_name","communication_name","email_sender_name"],"title":"WhatsAppActorIdentityOut"},"WhatsAppMessageListOut":{"properties":{"total":{"type":"integer","title":"Total"},"items":{"items":{"$ref":"#/components/schemas/WhatsAppMessageOut"},"type":"array","title":"Items"}},"type":"object","required":["total","items"],"title":"WhatsAppMessageListOut"},"WhatsAppMessageOut":{"properties":{"id":{"type":"string","title":"Id"},"provider":{"type":"string","title":"Provider"},"external_message_id":{"type":"string","title":"External Message Id"},"direction":{"type":"string","title":"Direction"},"phone_number_id":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Phone Number Id"},"from_number":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"From Number"},"to_number":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"To Number"},"contact_name":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Contact Name"},"message_type":{"type":"string","title":"Message Type"},"body_text":{"type":"string","title":"Body Text"},"routing_class":{"type":"string","title":"Routing Class"},"processing_status":{"type":"string","title":"Processing Status"},"assigned_agent":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Assigned Agent"},"delivery_status":{"type":"string","title":"Delivery Status"},"actor":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Actor"},"related_job_id":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Related Job Id"},"lane_key":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Lane Key"},"market_city":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Market City"},"market_city_key":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Market City Key"},"qualified_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Qualified At"},"first_response_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"First Response At"},"metadata":{"additionalProperties":true,"type":"object","title":"Metadata"},"received_at":{"type":"string","format":"date-time","title":"Received At"},"created_at":{"type":"string","format":"date-time","title":"Created At"},"updated_at":{"type":"string","format":"date-time","title":"Updated At"}},"type":"object","required":["id","provider","external_message_id","direction","phone_number_id","from_number","to_number","contact_name","message_type","body_text","routing_class","processing_status","assigned_agent","delivery_status","actor","related_job_id","metadata","received_at","created_at","updated_at"],"title":"WhatsAppMessageOut"},"WhatsAppMessageStatusIn":{"properties":{"processing_status":{"type":"string","maxLength":30,"minLength":2,"title":"Processing Status"},"assigned_agent":{"anyOf":[{"type":"string","maxLength":120,"minLength":2},{"type":"null"}],"title":"Assigned Agent"},"handling_notes":{"anyOf":[{"type":"string","maxLength":4000},{"type":"null"}],"title":"Handling Notes"},"related_job_id":{"anyOf":[{"type":"string","maxLength":36,"minLength":36},{"type":"null"}],"title":"Related Job Id"}},"type":"object","required":["processing_status"],"title":"WhatsAppMessageStatusIn"},"WhatsAppOutboundSendIn":{"properties":{"to_number":{"type":"string","maxLength":40,"minLength":8,"title":"To Number"},"body_text":{"anyOf":[{"type":"string","maxLength":4096,"minLength":1},{"type":"null"}],"title":"Body Text"},"actor":{"type":"string","maxLength":120,"minLength":2,"title":"Actor"},"purpose":{"type":"string","enum":["worker_assignment","worker_reminder","worker_issue_ack","support_ack","partner_follow_up","recruiting_reply","founder_alert","founder_command_reply","safe_action_reply","sandbox_test"],"title":"Purpose"},"related_job_id":{"anyOf":[{"type":"string","maxLength":36,"minLength":36},{"type":"null"}],"title":"Related Job Id"},"related_message_id":{"anyOf":[{"type":"string","maxLength":36,"minLength":36},{"type":"null"}],"title":"Related Message Id"},"template_key":{"anyOf":[{"type":"string","enum":["worker_assignment_v1","worker_reminder_v1","worker_issue_ack_v1"]},{"type":"null"}],"title":"Template Key"},"template_params":{"additionalProperties":true,"type":"object","title":"Template Params"}},"type":"object","required":["to_number","actor","purpose"],"title":"WhatsAppOutboundSendIn"},"WhatsAppOutboundSendOut":{"properties":{"accepted":{"type":"boolean","title":"Accepted"},"provider":{"type":"string","title":"Provider"},"external_message_id":{"type":"string","title":"External Message Id"},"to_number":{"type":"string","title":"To Number"},"actor":{"type":"string","title":"Actor"},"purpose":{"type":"string","title":"Purpose"},"delivery_status":{"type":"string","title":"Delivery Status"}},"type":"object","required":["accepted","provider","external_message_id","to_number","actor","purpose","delivery_status"],"title":"WhatsAppOutboundSendOut"},"WhatsAppPolicyOut":{"properties":{"provider":{"type":"string","title":"Provider"},"enabled":{"type":"boolean","title":"Enabled"},"phone_number_id":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Phone Number Id"},"business_account_id":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Business Account Id"},"webhook_path":{"type":"string","title":"Webhook Path"},"webhook_public_url":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Webhook Public Url"},"outbound_enabled":{"type":"boolean","title":"Outbound Enabled"},"allowed_purposes":{"items":{"type":"string"},"type":"array","title":"Allowed Purposes"},"allowed_actors":{"items":{"type":"string"},"type":"array","title":"Allowed Actors"},"allowed_founder_numbers":{"items":{"type":"string"},"type":"array","title":"Allowed Founder Numbers"},"actor_identities":{"items":{"$ref":"#/components/schemas/WhatsAppActorIdentityOut"},"type":"array","title":"Actor Identities"},"message_templates":{"items":{"additionalProperties":true,"type":"object"},"type":"array","title":"Message Templates"}},"type":"object","required":["provider","enabled","phone_number_id","business_account_id","webhook_path","webhook_public_url","outbound_enabled","allowed_purposes","allowed_actors","message_templates"],"title":"WhatsAppPolicyOut"},"WhatsAppSafeActionOut":{"properties":{"message_id":{"type":"string","title":"Message Id"},"action_key":{"type":"string","title":"Action Key"},"action_status":{"type":"string","title":"Action Status"},"summary":{"additionalProperties":true,"type":"object","title":"Summary"},"suggested_reply":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Suggested Reply"}},"type":"object","required":["message_id","action_key","action_status","summary"],"title":"WhatsAppSafeActionOut"},"WhatsAppWebhookReceiveOut":{"properties":{"accepted":{"type":"boolean","title":"Accepted"},"inbound_stored":{"type":"integer","title":"Inbound Stored"},"inbound_duplicates":{"type":"integer","title":"Inbound Duplicates"},"status_updates":{"type":"integer","title":"Status Updates"},"auto_actions_executed":{"type":"integer","title":"Auto Actions Executed","default":0},"auto_replies_sent":{"type":"integer","title":"Auto Replies Sent","default":0}},"type":"object","required":["accepted","inbound_stored","inbound_duplicates","status_updates"],"title":"WhatsAppWebhookReceiveOut"},"WorkerApplicationAdminExceptionCreateIn":{"properties":{"full_name":{"type":"string","maxLength":200,"minLength":2,"title":"Full Name"},"business_name":{"anyOf":[{"type":"string","maxLength":200},{"type":"null"}],"title":"Business Name"},"contact_name":{"anyOf":[{"type":"string","maxLength":200},{"type":"null"}],"title":"Contact Name"},"business_category":{"anyOf":[{"type":"string","maxLength":120},{"type":"null"}],"title":"Business Category"},"email":{"type":"string","maxLength":320,"minLength":5,"title":"Email"},"phone":{"type":"string","maxLength":80,"minLength":5,"title":"Phone"},"location":{"type":"string","maxLength":200,"minLength":2,"title":"Location"},"postal_code":{"anyOf":[{"type":"string","maxLength":32,"minLength":3},{"type":"null"}],"title":"Postal Code"},"travel_radius_km":{"anyOf":[{"type":"number","maximum":500.0,"exclusiveMinimum":0.0},{"type":"null"}],"title":"Travel Radius Km"},"contact_handle":{"anyOf":[{"type":"string","maxLength":200},{"type":"null"}],"title":"Contact Handle"},"preferred_channel":{"type":"string","maxLength":30,"minLength":2,"title":"Preferred Channel"},"preferred_language":{"type":"string","maxLength":30,"minLength":2,"title":"Preferred Language"},"preferred_payment_method":{"type":"string","maxLength":30,"minLength":2,"title":"Preferred Payment Method"},"payment_handle":{"type":"string","maxLength":120,"minLength":2,"title":"Payment Handle"},"assignment_classes":{"items":{"type":"string"},"type":"array","maxItems":12,"minItems":1,"title":"Assignment Classes"},"capability_tags":{"items":{"type":"string"},"type":"array","maxItems":20,"title":"Capability Tags"},"experience_notes":{"anyOf":[{"type":"string","maxLength":4000},{"type":"null"}],"title":"Experience Notes"},"intake_source":{"type":"string","const":"founder_admin_exception","title":"Intake Source","default":"founder_admin_exception"},"intake_submission_id":{"type":"string","maxLength":120,"minLength":8,"title":"Intake Submission Id"},"admin_actor":{"type":"string","maxLength":120,"minLength":2,"title":"Admin Actor"},"exception_reason":{"type":"string","maxLength":2000,"minLength":8,"title":"Exception Reason"},"source_channel":{"type":"string","enum":["email","telegram","whatsapp","sms","manual"],"title":"Source Channel"},"source_record_id":{"anyOf":[{"type":"string","maxLength":120},{"type":"null"}],"title":"Source Record Id"},"source_external_message_id":{"anyOf":[{"type":"string","maxLength":200},{"type":"null"}],"title":"Source External Message Id"},"source_notes":{"anyOf":[{"type":"string","maxLength":2000},{"type":"null"}],"title":"Source Notes"}},"type":"object","required":["full_name","email","phone","location","preferred_channel","preferred_language","preferred_payment_method","payment_handle","assignment_classes","intake_submission_id","admin_actor","exception_reason","source_channel"],"title":"WorkerApplicationAdminExceptionCreateIn"},"WorkerApplicationAdminExceptionCreateOut":{"properties":{"application_id":{"type":"string","title":"Application Id"},"status":{"type":"string","title":"Status"},"postal_code":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Postal Code"},"travel_radius_km":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Travel Radius Km"},"review_queue_item_id":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Review Queue Item Id"},"submitted_at":{"type":"string","format":"date-time","title":"Submitted At"},"audit_log_id":{"type":"string","title":"Audit Log Id"}},"type":"object","required":["application_id","status","postal_code","travel_radius_km","review_queue_item_id","submitted_at","audit_log_id"],"title":"WorkerApplicationAdminExceptionCreateOut"},"WorkerApplicationCreateIn":{"properties":{"full_name":{"type":"string","maxLength":200,"minLength":2,"title":"Full Name"},"business_name":{"anyOf":[{"type":"string","maxLength":200},{"type":"null"}],"title":"Business Name"},"contact_name":{"anyOf":[{"type":"string","maxLength":200},{"type":"null"}],"title":"Contact Name"},"business_category":{"anyOf":[{"type":"string","maxLength":120},{"type":"null"}],"title":"Business Category"},"email":{"type":"string","maxLength":320,"minLength":5,"title":"Email"},"phone":{"type":"string","maxLength":80,"minLength":5,"title":"Phone"},"location":{"type":"string","maxLength":200,"minLength":2,"title":"Location"},"postal_code":{"type":"string","maxLength":32,"minLength":3,"title":"Postal Code"},"travel_radius_km":{"type":"number","maximum":500.0,"exclusiveMinimum":0.0,"title":"Travel Radius Km"},"contact_handle":{"anyOf":[{"type":"string","maxLength":200},{"type":"null"}],"title":"Contact Handle"},"preferred_channel":{"type":"string","maxLength":30,"minLength":2,"title":"Preferred Channel"},"preferred_language":{"type":"string","maxLength":30,"minLength":2,"title":"Preferred Language"},"preferred_payment_method":{"type":"string","maxLength":30,"minLength":2,"title":"Preferred Payment Method"},"payment_handle":{"type":"string","maxLength":120,"minLength":2,"title":"Payment Handle"},"assignment_classes":{"items":{"type":"string"},"type":"array","maxItems":12,"minItems":1,"title":"Assignment Classes"},"capability_tags":{"items":{"type":"string"},"type":"array","maxItems":20,"title":"Capability Tags"},"experience_notes":{"anyOf":[{"type":"string","maxLength":4000},{"type":"null"}],"title":"Experience Notes"},"intake_source":{"type":"string","const":"join_page","title":"Intake Source","default":"join_page"},"intake_submission_id":{"type":"string","maxLength":120,"minLength":8,"title":"Intake Submission Id"}},"type":"object","required":["full_name","email","phone","location","postal_code","travel_radius_km","preferred_channel","preferred_language","preferred_payment_method","payment_handle","assignment_classes","intake_submission_id"],"title":"WorkerApplicationCreateIn"},"WorkerApplicationCreateOut":{"properties":{"application_id":{"type":"string","title":"Application Id"},"status":{"type":"string","title":"Status"},"postal_code":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Postal Code"},"travel_radius_km":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Travel Radius Km"},"review_queue_item_id":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Review Queue Item Id"},"submitted_at":{"type":"string","format":"date-time","title":"Submitted At"}},"type":"object","required":["application_id","status","postal_code","travel_radius_km","review_queue_item_id","submitted_at"],"title":"WorkerApplicationCreateOut"},"WorkerApplicationDeleteIn":{"properties":{"actor":{"type":"string","maxLength":120,"minLength":2,"title":"Actor"},"reason":{"anyOf":[{"type":"string","maxLength":1000},{"type":"null"}],"title":"Reason"}},"type":"object","required":["actor"],"title":"WorkerApplicationDeleteIn"},"WorkerApplicationDeleteOut":{"properties":{"deleted_application_id":{"type":"string","title":"Deleted Application Id"},"full_name":{"type":"string","title":"Full Name"},"status":{"type":"string","title":"Status"},"review_queue_item_id":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Review Queue Item Id"},"deleted_at":{"type":"string","format":"date-time","title":"Deleted At"},"actor":{"type":"string","title":"Actor"},"reason":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Reason"},"audit_log_id":{"type":"string","title":"Audit Log Id"}},"type":"object","required":["deleted_application_id","full_name","status","review_queue_item_id","deleted_at","actor","reason","audit_log_id"],"title":"WorkerApplicationDeleteOut"},"WorkerApplicationListOut":{"properties":{"total":{"type":"integer","title":"Total"},"items":{"items":{"$ref":"#/components/schemas/WorkerApplicationOut"},"type":"array","title":"Items"}},"type":"object","required":["total","items"],"title":"WorkerApplicationListOut"},"WorkerApplicationOut":{"properties":{"id":{"type":"string","title":"Id"},"full_name":{"type":"string","title":"Full Name"},"business_name":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Business Name"},"contact_name":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Contact Name"},"business_category":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Business Category"},"email":{"type":"string","title":"Email"},"phone":{"type":"string","title":"Phone"},"location":{"type":"string","title":"Location"},"postal_code":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Postal Code"},"travel_radius_km":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Travel Radius Km"},"contact_handle":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Contact Handle"},"preferred_channel":{"type":"string","title":"Preferred Channel"},"preferred_language":{"type":"string","title":"Preferred Language"},"preferred_payment_method":{"type":"string","title":"Preferred Payment Method"},"payment_handle":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Payment Handle"},"network_status":{"type":"string","title":"Network Status"},"source_origin":{"type":"string","title":"Source Origin"},"assignment_classes":{"items":{"type":"string"},"type":"array","title":"Assignment Classes"},"capability_tags":{"items":{"type":"string"},"type":"array","title":"Capability Tags"},"experience_notes":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Experience Notes"},"intake_source":{"type":"string","title":"Intake Source"},"intake_submission_id":{"type":"string","title":"Intake Submission Id"},"status":{"type":"string","title":"Status"},"review_queue_item_id":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Review Queue Item Id"},"reviewer":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Reviewer"},"review_notes":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Review Notes"},"qualification_decision":{"additionalProperties":true,"type":"object","title":"Qualification Decision"},"created_at":{"type":"string","format":"date-time","title":"Created At"},"updated_at":{"type":"string","format":"date-time","title":"Updated At"},"reviewed_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Reviewed At"}},"type":"object","required":["id","full_name","business_name","contact_name","business_category","email","phone","location","postal_code","travel_radius_km","contact_handle","preferred_channel","preferred_language","preferred_payment_method","payment_handle","network_status","source_origin","assignment_classes","capability_tags","experience_notes","intake_source","intake_submission_id","status","review_queue_item_id","reviewer","review_notes","qualification_decision","created_at","updated_at","reviewed_at"],"title":"WorkerApplicationOut"},"WorkerApplicationResolveIn":{"properties":{"decision":{"type":"string","maxLength":40,"minLength":3,"title":"Decision"},"reviewer":{"type":"string","maxLength":120,"minLength":2,"title":"Reviewer"},"notes":{"anyOf":[{"type":"string","maxLength":2000},{"type":"null"}],"title":"Notes"},"approved_assignment_classes":{"items":{"type":"string"},"type":"array","maxItems":12,"title":"Approved Assignment Classes"},"approved_capability_tags":{"items":{"type":"string"},"type":"array","maxItems":20,"title":"Approved Capability Tags"}},"type":"object","required":["decision","reviewer"],"title":"WorkerApplicationResolveIn"},"WorkerAvailabilityOut":{"properties":{"status":{"type":"string","title":"Status"},"next_available_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Next Available At"},"notes":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Notes"},"source":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Source"},"updated_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Updated At"}},"type":"object","required":["status","next_available_at","notes","source","updated_at"],"title":"WorkerAvailabilityOut"},"WorkerAvailabilityUpdateIn":{"properties":{"status":{"type":"string","maxLength":30,"minLength":3,"title":"Status"},"next_available_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Next Available At"},"notes":{"anyOf":[{"type":"string","maxLength":1000},{"type":"null"}],"title":"Notes"},"source":{"type":"string","maxLength":80,"minLength":2,"title":"Source","default":"founder_console"}},"type":"object","required":["status"],"title":"WorkerAvailabilityUpdateIn"},"WorkerCapabilityPolicyOut":{"properties":{"task_classes":{"items":{"additionalProperties":true,"type":"object"},"type":"array","title":"Task Classes"},"capability_tags":{"items":{"additionalProperties":true,"type":"object"},"type":"array","title":"Capability Tags"},"current_active_classes":{"items":{"type":"string"},"type":"array","title":"Current Active Classes"},"controlled_classes":{"items":{"type":"string"},"type":"array","title":"Controlled Classes"},"later_classes":{"items":{"type":"string"},"type":"array","title":"Later Classes"}},"type":"object","required":["task_classes","capability_tags","current_active_classes","controlled_classes","later_classes"],"title":"WorkerCapabilityPolicyOut"},"WorkerControlTokenIn":{"properties":{"token":{"type":"string","enum":["HELP","CANT","UNSAFE","DONE"],"title":"Token"},"notes":{"anyOf":[{"type":"string","maxLength":1000},{"type":"null"}],"title":"Notes"},"actor":{"type":"string","maxLength":80,"minLength":2,"title":"Actor","default":"worker"}},"type":"object","required":["token"],"title":"WorkerControlTokenIn"},"WorkerControlTokenOut":{"properties":{"job_id":{"type":"string","title":"Job Id"},"token":{"type":"string","title":"Token"},"action":{"type":"string","title":"Action"},"message":{"type":"string","title":"Message"},"review_queue_id":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Review Queue Id"},"paused":{"type":"boolean","title":"Paused"}},"type":"object","required":["job_id","token","action","message","paused"],"title":"WorkerControlTokenOut"},"WorkerCoverageOut":{"properties":{"id":{"type":"string","title":"Id"},"label":{"type":"string","title":"Label"},"latitude":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Latitude"},"longitude":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Longitude"},"radius_km":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Radius Km"},"priority":{"type":"integer","title":"Priority"},"is_primary":{"type":"boolean","title":"Is Primary"},"is_active":{"type":"boolean","title":"Is Active"},"updated_at":{"type":"string","format":"date-time","title":"Updated At"}},"type":"object","required":["id","label","latitude","longitude","radius_km","priority","is_primary","is_active","updated_at"],"title":"WorkerCoverageOut"},"WorkerCoverageUpsertIn":{"properties":{"coverage_id":{"anyOf":[{"type":"string","maxLength":36,"minLength":36},{"type":"null"}],"title":"Coverage Id"},"label":{"type":"string","maxLength":200,"minLength":2,"title":"Label"},"latitude":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Latitude"},"longitude":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Longitude"},"radius_km":{"anyOf":[{"type":"number","maximum":5000.0,"exclusiveMinimum":0.0},{"type":"null"}],"title":"Radius Km"},"priority":{"type":"integer","maximum":1000.0,"minimum":0.0,"title":"Priority","default":0},"is_primary":{"type":"boolean","title":"Is Primary","default":false},"is_active":{"type":"boolean","title":"Is Active","default":true}},"type":"object","required":["label"],"title":"WorkerCoverageUpsertIn"},"WorkerDeleteIn":{"properties":{"actor":{"type":"string","maxLength":120,"minLength":2,"title":"Actor"},"reason":{"anyOf":[{"type":"string","maxLength":1000},{"type":"null"}],"title":"Reason"}},"type":"object","required":["actor"],"title":"WorkerDeleteIn"},"WorkerDeleteOut":{"properties":{"deleted_worker_id":{"type":"string","title":"Deleted Worker Id"},"handle":{"type":"string","title":"Handle"},"channel":{"type":"string","title":"Channel"},"full_name":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Full Name"},"source_application_id":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Source Application Id"},"deleted_at":{"type":"string","format":"date-time","title":"Deleted At"},"actor":{"type":"string","title":"Actor"},"reason":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Reason"},"dependency_counts":{"additionalProperties":true,"type":"object","title":"Dependency Counts"},"audit_log_id":{"type":"string","title":"Audit Log Id"}},"type":"object","required":["deleted_worker_id","handle","channel","full_name","source_application_id","deleted_at","actor","reason","audit_log_id"],"title":"WorkerDeleteOut"},"WorkerListOut":{"properties":{"total":{"type":"integer","title":"Total"},"items":{"items":{"$ref":"#/components/schemas/WorkerSummaryOut"},"type":"array","title":"Items"}},"type":"object","required":["total","items"],"title":"WorkerListOut"},"WorkerSimulationRebindIn":{"properties":{"actor":{"type":"string","maxLength":120,"minLength":2,"title":"Actor"},"whatsapp_number":{"type":"string","maxLength":40,"minLength":10,"title":"Whatsapp Number"},"email":{"anyOf":[{"type":"string","maxLength":320,"minLength":5},{"type":"null"}],"title":"Email"},"reason":{"anyOf":[{"type":"string","maxLength":1000},{"type":"null"}],"title":"Reason"}},"type":"object","required":["actor","whatsapp_number"],"title":"WorkerSimulationRebindIn"},"WorkerSimulationRebindOut":{"properties":{"worker_id":{"type":"string","title":"Worker Id"},"full_name":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Full Name"},"previous_handle":{"type":"string","title":"Previous Handle"},"previous_channel":{"type":"string","title":"Previous Channel"},"previous_contact_handle":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Previous Contact Handle"},"previous_email":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Previous Email"},"handle":{"type":"string","title":"Handle"},"channel":{"type":"string","title":"Channel"},"contact_handle":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Contact Handle"},"email":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Email"},"rebound_at":{"type":"string","format":"date-time","title":"Rebound At"},"actor":{"type":"string","title":"Actor"},"reason":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Reason"},"dependency_counts":{"additionalProperties":true,"type":"object","title":"Dependency Counts"},"audit_log_id":{"type":"string","title":"Audit Log Id"}},"type":"object","required":["worker_id","full_name","previous_handle","previous_channel","previous_contact_handle","handle","channel","contact_handle","rebound_at","actor","reason","audit_log_id"],"title":"WorkerSimulationRebindOut"},"WorkerSummaryOut":{"properties":{"id":{"type":"string","title":"Id"},"handle":{"type":"string","title":"Handle"},"channel":{"type":"string","title":"Channel"},"full_name":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Full Name"},"business_name":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Business Name"},"contact_name":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Contact Name"},"business_category":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Business Category"},"email":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Email"},"location":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Location"},"postal_code":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Postal Code"},"travel_radius_km":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Travel Radius Km"},"contact_handle":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Contact Handle"},"preferred_language":{"type":"string","title":"Preferred Language"},"preferred_payment_method":{"type":"string","title":"Preferred Payment Method"},"payment_handle":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Payment Handle"},"network_status":{"type":"string","title":"Network Status"},"source_origin":{"type":"string","title":"Source Origin"},"successful_completion_count":{"type":"integer","title":"Successful Completion Count"},"last_success_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Last Success At"},"approval_status":{"type":"string","title":"Approval Status"},"assignment_classes":{"items":{"type":"string"},"type":"array","title":"Assignment Classes"},"capability_tags":{"items":{"type":"string"},"type":"array","title":"Capability Tags"},"availability":{"anyOf":[{"$ref":"#/components/schemas/WorkerAvailabilityOut"},{"type":"null"}]},"coverage_areas":{"items":{"$ref":"#/components/schemas/WorkerCoverageOut"},"type":"array","title":"Coverage Areas"},"created_at":{"type":"string","format":"date-time","title":"Created At"},"approved_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Approved At"}},"type":"object","required":["id","handle","channel","full_name","business_name","contact_name","business_category","email","location","postal_code","travel_radius_km","contact_handle","preferred_language","preferred_payment_method","payment_handle","network_status","source_origin","successful_completion_count","last_success_at","approval_status","assignment_classes","capability_tags","created_at","approved_at"],"title":"WorkerSummaryOut"},"XAccountVerifyOut":{"properties":{"accepted":{"type":"boolean","title":"Accepted"},"provider":{"type":"string","title":"Provider"},"account_user_id":{"type":"string","title":"Account User Id"},"account_username":{"type":"string","title":"Account Username"},"display_name":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Display Name"}},"type":"object","required":["accepted","provider","account_user_id","account_username","display_name"],"title":"XAccountVerifyOut"},"XActorIdentityOut":{"properties":{"agent_id":{"type":"string","title":"Agent Id"},"human_name":{"type":"string","title":"Human Name"},"role_title":{"type":"string","title":"Role Title"},"company_name":{"type":"string","title":"Company Name"},"communication_name":{"type":"string","title":"Communication Name"},"email_sender_name":{"type":"string","title":"Email Sender Name"}},"type":"object","required":["agent_id","human_name","role_title","company_name","communication_name","email_sender_name"],"title":"XActorIdentityOut"},"XMessageListOut":{"properties":{"total":{"type":"integer","title":"Total"},"items":{"items":{"$ref":"#/components/schemas/XMessageOut"},"type":"array","title":"Items"}},"type":"object","required":["total","items"],"title":"XMessageListOut"},"XMessageOut":{"properties":{"id":{"type":"string","title":"Id"},"provider":{"type":"string","title":"Provider"},"external_message_id":{"type":"string","title":"External Message Id"},"direction":{"type":"string","title":"Direction"},"account_user_id":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Account User Id"},"account_username":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Account Username"},"message_type":{"type":"string","title":"Message Type"},"body_text":{"type":"string","title":"Body Text"},"delivery_status":{"type":"string","title":"Delivery Status"},"actor":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Actor"},"related_job_id":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Related Job Id"},"metadata":{"additionalProperties":true,"type":"object","title":"Metadata"},"received_at":{"type":"string","format":"date-time","title":"Received At"},"created_at":{"type":"string","format":"date-time","title":"Created At"},"updated_at":{"type":"string","format":"date-time","title":"Updated At"}},"type":"object","required":["id","provider","external_message_id","direction","account_user_id","account_username","message_type","body_text","delivery_status","actor","related_job_id","metadata","received_at","created_at","updated_at"],"title":"XMessageOut"},"XOutboundPostIn":{"properties":{"body_text":{"type":"string","maxLength":280,"minLength":1,"title":"Body Text"},"actor":{"type":"string","maxLength":120,"minLength":2,"title":"Actor"},"purpose":{"type":"string","enum":["founder_update","operations_update","worker_recruitment","partner_outreach","demand_outreach","sandbox_test"],"title":"Purpose"},"related_job_id":{"anyOf":[{"type":"string","maxLength":36,"minLength":36},{"type":"null"}],"title":"Related Job Id"},"reply_to_tweet_id":{"anyOf":[{"type":"string","maxLength":80,"minLength":1},{"type":"null"}],"title":"Reply To Tweet Id"}},"type":"object","required":["body_text","actor","purpose"],"title":"XOutboundPostIn"},"XOutboundPostOut":{"properties":{"accepted":{"type":"boolean","title":"Accepted"},"provider":{"type":"string","title":"Provider"},"external_message_id":{"type":"string","title":"External Message Id"},"account_user_id":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Account User Id"},"account_username":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Account Username"},"actor":{"type":"string","title":"Actor"},"purpose":{"type":"string","title":"Purpose"},"delivery_status":{"type":"string","title":"Delivery Status"}},"type":"object","required":["accepted","provider","external_message_id","account_user_id","account_username","actor","purpose","delivery_status"],"title":"XOutboundPostOut"},"XPolicyOut":{"properties":{"provider":{"type":"string","title":"Provider"},"enabled":{"type":"boolean","title":"Enabled"},"outbound_enabled":{"type":"boolean","title":"Outbound Enabled"},"api_base_url":{"type":"string","title":"Api Base Url"},"api_version":{"type":"string","title":"Api Version"},"callback_url":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Callback Url"},"website_url":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Website Url"},"bearer_configured":{"type":"boolean","title":"Bearer Configured"},"oauth1_configured":{"type":"boolean","title":"Oauth1 Configured"},"oauth2_client_secret_configured":{"type":"boolean","title":"Oauth2 Client Secret Configured"},"allowed_actors":{"items":{"type":"string"},"type":"array","title":"Allowed Actors"},"allowed_purposes":{"items":{"type":"string"},"type":"array","title":"Allowed Purposes"},"actor_identities":{"items":{"$ref":"#/components/schemas/XActorIdentityOut"},"type":"array","title":"Actor Identities"}},"type":"object","required":["provider","enabled","outbound_enabled","api_base_url","api_version","callback_url","website_url","bearer_configured","oauth1_configured","oauth2_client_secret_configured","allowed_actors","allowed_purposes"],"title":"XPolicyOut"}},"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"header","name":"X-API-Key","description":"Founder-issued LunaSentry API key for authenticated operations."}}},"servers":[{"url":"/api"}]}