API Reference
interfaces
Jsonschematomodeloptions

@coasys/ad4m / Exports / JSONSchemaToModelOptions

Interface: JSONSchemaToModelOptions

Table of contents

Properties

Properties

local

Optional local: boolean

Defined in

model/json-schema.ts:54 (opens in a new tab)


name

name: string

Defined in

model/json-schema.ts:48 (opens in a new tab)


namespace

Optional namespace: string

Defined in

model/json-schema.ts:49 (opens in a new tab)


predicateGenerator

Optional predicateGenerator: (title: string, property: string) => string

Type declaration

▸ (title, property): string

Parameters
NameType
titlestring
propertystring
Returns

string

Defined in

model/json-schema.ts:51 (opens in a new tab)


predicateTemplate

Optional predicateTemplate: string

Defined in

model/json-schema.ts:50 (opens in a new tab)


propertyMapping

Optional propertyMapping: Record<string, string>

Defined in

model/json-schema.ts:52 (opens in a new tab)


propertyOptions

Optional propertyOptions: Record<string, Partial<PropertyOptions>>

Defined in

model/json-schema.ts:55 (opens in a new tab)


resolveLanguage

Optional resolveLanguage: string

Defined in

model/json-schema.ts:53 (opens in a new tab)