UNPKG

@loopback/docs

Version:
38 lines (25 loc) 1.19 kB
--- lang: en title: 'API docs: repository-json-schema.modeltojsonschema' keywords: LoopBack 4.0, LoopBack 4 sidebar: lb4_sidebar editurl: https://github.com/strongloop/loopback-next/tree/master/packages/repository-json-schema permalink: /doc/en/lb4/apidocs.repository-json-schema.modeltojsonschema.html --- <!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@loopback/repository-json-schema](./repository-json-schema.md) &gt; [modelToJsonSchema](./repository-json-schema.modeltojsonschema.md) ## modelToJsonSchema() function Converts a TypeScript class into a JSON Schema using TypeScript's reflection API <b>Signature:</b> ```typescript export declare function modelToJsonSchema<T extends object>(ctor: Function & { prototype: T; }, jsonSchemaOptions?: JsonSchemaOptions<T>): JSONSchema; ``` ## Parameters | Parameter | Type | Description | | --- | --- | --- | | ctor | <code>Function &amp; {</code><br/><code> prototype: T;</code><br/><code>}</code> | Constructor of class to convert from | | jsonSchemaOptions | <code>JsonSchemaOptions&lt;T&gt;</code> | | <b>Returns:</b> `JSONSchema`