Skip to content

allOf

@tsed/schema

Usage

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

See /packages/specs/schema/src/types/fn/allOf.ts.

Overview

ts
function allOf(...allOf: AnyJsonSchema[]): JsonSchema;

Description

See https://tools.ietf.org/html/draft-wright-json-schema-validation-01#section-6.26

See JsonSchema to discover available methods.

Released under the MIT License.