Skip to content

AnyJsonSchema

@tsed/schema

Usage

typescript
import { AnyJsonSchema } from "@tsed/specs/schema/src/domain/JsonSchema";

See /packages/specs/schema/src/domain/JsonSchema.ts.

Overview

ts
type AnyJsonSchema = JsonSchemaObject | JSONSchema7 | JsonSchema | JsonLazyRef | {
    label?: string;
} | Type;

label

ts
label?: string;

Released under the MIT License.