- Replace simple ternary assignment with let schema pattern - Chain (schema as z.ZodString).regex() when field.validate is present - Handle optional fields: z.string() first, then .regex() if needed, then .optional() - VALID-01 tests all pass (GREEN): azureblob account, s3 region, gcs project_number