Skip to content

oneOf

@tsed/schema

Usage

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

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

Overview

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

Description

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

See JsonSchema to discover available methods.

Released under the MIT License.