API Reference
interfaces
Jsonschema

@coasys/ad4m / Exports / JSONSchema

Interface: JSONSchema

Table of contents

Properties

Properties

$id

Optional $id: string

Defined in

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


$schema

Optional $schema: string

Defined in

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


properties

Optional properties: Object

Index signature

▪ [key: string]: JSONSchemaProperty

Defined in

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


required

Optional required: string[]

Defined in

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


title

Optional title: string

Defined in

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


type

Optional type: string

Defined in

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


x-ad4m

Optional x-ad4m: Object

Type declaration

NameType
className?string
namespace?string

Defined in

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