Skip to content

JsonHeader

@tsed/schema

Usage

typescript
import { JsonHeader } from "@tsed/schema";

See /packages/specs/schema/src/interfaces/JsonOpenSpec.ts.

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.

Released under the MIT License.