Skip to content

getJsonSchema

@tsed/schema

Usage

typescript
import { getJsonSchema } from "@tsed/schema";

See /packages/specs/schema/src/utils/getJsonSchema.ts.

Overview

ts
function getJsonSchema(model: Type<any> | JsonParameterStore, options?: JsonSchemaOptions): any;

Released under the MIT License.