Introduction
Migration
Configuration
Fundamentals
Advanced
Authentication & Security
API & Documentation
ORM
Orchestration & Workflow
Testing
Third-parties
Links
Premium ConfigSource
Premium TestContainers
Appearance
import { Ref } from "@tsed/schema";
See /packages/specs/schema/src/decorators/common/ref.ts.
function Ref(ref: string): (...args: any[]) => any;
string
Set a $ref value on the current schema property/parameter.
$ref
Supports local references (#/...) and external URLs.
#/...