# honoServiceV1ConfigSchema API

Runtime configuration schema for the Hono HTTP service.

---
Canonical: /handbook/api/variables/_purista_hono-http-server.honoServiceV1ConfigSchema/
Source: hono-http-server/src/service/hono/v1/honoServiceConfig.ts
Format: Markdown for agents
---

Runtime configuration schema for the Hono HTTP service.

Package: `@purista/hono-http-server`

## Signature

```typescript
const honoServiceV1ConfigSchema: ZodObject<{ apiMountPath: ZodDefault<ZodOptional<ZodString>>; autoRegisterServicesFromConfig: ZodDefault<ZodOptional<ZodBoolean>>; enableDynamicRoutes: ZodDefault<ZodBoolean>; enableHealth: ZodDefault<ZodOptional<ZodBoolean>>; healthFunction: ZodOptional<ZodAny>; healthPath: ZodDefault<ZodOptional<ZodString>>; ... }, $strip>
```
