Introduction
Migration
Configuration
Fundamentals
Advanced
Authentication & Security
API & Documentation
ORM
Orchestration & Workflow
Testing
Third-parties
Links
Premium ConfigSource
Premium TestContainers
Appearance
import { mergeSchema } from "@tsed/schema";
See /packages/specs/schema/src/utils/mergeSchema.ts.
function mergeSchema(schema1: JSONSchema7, schema2: JSONSchema7): JSONSchema7;