Skip to content

AnyOf

@tsed/schema

Usage

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

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

Overview

ts
function AnyOf(...anyOf: AnyJsonSchema[]): (...args: any[]) => any;

Description

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

WARNING

AnyOf isn't supported by OS2

Released under the MIT License.