Introduction
Migration
Configuration
Fundamentals
Advanced
Authentication & Security
API & Documentation
ORM
Orchestration & Workflow
Testing
Third-parties
Links
Premium ConfigSource
Premium TestContainers
Appearance
import { getJsonSchema } from "@tsed/schema";
See /packages/specs/schema/src/utils/getJsonSchema.ts.
function getJsonSchema(model: Type<any> | JsonParameterStore, options?: JsonSchemaOptions): any;