# ExternalDocumentationObjectSchema API

Schema for OpenAPI external documentation objects.

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

Schema for OpenAPI external documentation objects.

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

## Signature

```typescript
const ExternalDocumentationObjectSchema: ZodObject<{ description: ZodOptional<ZodString>; url: ZodString }, $strip>
```
