UNPKG

@tsed/schema

Version:
13 lines (12 loc) 368 B
import { from } from "./from.js"; /** * See https://tools.ietf.org/html/draft-wright-json-schema-validation-01#section-6.28 * * * See @@JsonSchema@@ to discover available methods. * * @schemaFunctional * @see https://tools.ietf.org/html/draft-wright-json-schema-validation-01#section-6.28 */ export function oneOf(...oneOf) { return from().oneOf(oneOf); }