JsonHeader
@tsed/schema
Usage
typescript
import { JsonHeader } from "@tsed/schema";Overview
ts
interface JsonHeader extends OS3Header {
}Description
Represents an HTTP header in JSON schema format, compatible with OpenAPI Specification 3.
This interface extends the OpenAPI 3 header specification, allowing full compatibility with OpenAPI header definitions while providing JSON schema integration.