# InfoObjectSchema API

Schema for the OpenAPI info object.

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

Schema for the OpenAPI info object.

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

## Signature

```typescript
const InfoObjectSchema: ZodObject<{ contact: ZodOptional<ZodObject<{ email: unknown; name: unknown; url: unknown }, $strip>>; description: ZodDefault<ZodString>; license: ZodOptional<ZodObject<{ name: unknown; url: unknown }, $strip>>; termsOfService: ZodOptional<ZodString>; title: ZodDefault<ZodString>; version: ZodDefault<ZodString> }, $strip>
```
