Introduction
Migration
Appearance
import { set } from "@tsed/schema";
See /packages/specs/schema/src/types/fn/collection.ts.
function set(): JsonSchema;
Declare a new array model with uniqueItems: true.
uniqueItems: true
{ "type": "array", "uniqueItems": true }
See JsonSchema to discover available methods.