Skip to content

propertiesMapper

@tsed/schema

Usage

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

See /packages/specs/schema/src/types/components/default/propertiesMapper.ts.

Overview

ts
function propertiesMapper(input: any | JsonSchema, options: JsonSchemaOptions, parent: JsonSchema): any;

Released under the MIT License.