Skip to content

anyOf

@tsed/schema

Usage

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

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

Overview

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

Description

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

See JsonSchema to discover available methods.

Released under the MIT License.