import { coordinateSchema } from '@/schemas/common'; /** * Location schema - re-exported from common for backwards compatibility * Uses Zod v4's improved coordinate validation */ export const locationSchema = coordinateSchema;