Skip to content

OneOf

@tsed/schema

Usage

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

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

Overview

ts
function OneOf(...oneOf: AnyJsonSchema[]): (...args: any[]) => any;

Description

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

WARNING

OneOf isn't supported by OS2

Released under the MIT License.