Introduction
Migration
Configuration
Fundamentals
Advanced
Authentication & Security
API & Documentation
ORM
Orchestration & Workflow
Testing
Third-parties
Links
Premium ConfigSource
Premium TestContainers
Appearance
import { KeywordOptions } from "@tsed/specs/ajv/src/decorators/keyword";
See /packages/specs/ajv/src/decorators/keyword.ts.
type KeywordOptions = Partial<Omit<KeywordDefinition, "metaSchema">> & { metaSchema?: AnySchemaObject | JsonSchema; };
metaSchema?: AnySchemaObject | JsonSchema;