Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IProperty

A minimal subset of the formal JSON Schema that describes a property.

Hierarchy

Indexable

[key: string]: JSONValue

A minimal subset of the formal JSON Schema that describes a property.

Index

Properties

Optional default

default: any

The default value, if any.

Optional description

description: string

The schema description.

Optional properties

properties: object

The schema's child properties.

Type declaration

Optional title

title: string

The title of a property.

Optional type

The type or types of the data.

Generated using TypeDoc