const schemas = { base: MyZodSchema, withVideos: MyZodSchema.extend(...)} as const;responses: { 200: jsonStuff(schemas.withVideos)}