Skip to main content

Variable: applyFormSchema

const applyFormSchema: any

Defined in: src/types/schemas/apply.ts:9

Public applicant intake form (the /apply front door). Reproduces the Google intake form and adds explicit consent + source. Only name/email/consent are required; every other answer is optional and preserved verbatim in application_raw.raw. .passthrough() keeps the long-tail answers so the route can store the full response. The honeypot (company_hp) is checked before this schema.