# ProblemDetailsObjectSchema API

Schema for RFC 9457 problem details configuration.

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

Schema for RFC 9457 problem details configuration.

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

## Signature

```typescript
const ProblemDetailsObjectSchema: ZodObject<{ typeBaseUri: ZodOptional<ZodString> }, $strip>
```
