allOf
@tsed/schema
Usage
typescript
import { allOf } from "@tsed/schema";Overview
ts
function allOf<S extends Array<AnyJsonSchema | null>>(...allOf: S): JsonSchema<UnionToIntersection<Infer<S[number]>>>;Description
See https://tools.ietf.org/html/draft-wright-json-schema-validation-01#section-6.26
See JsonSchema to discover available methods.