Skip to content

AllOf

@tsed/schema

Usage

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

See /packages/specs/schema/src/types/decorators/common/allOf.ts.

Overview

ts
function AllOf(...allOf: AnyJsonSchema[]): (...args: any[]) => any;

Description

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

Released under the MIT License.