anyOf
@tsed/schema
Usage
typescript
import { anyOf } from "@tsed/schema";
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.