Options
All
  • Public
  • Public/Protected
  • All
Menu

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

Hierarchy

  • PartialJSONObject

Index

Properties

Optional default

default: PartialJSONValue

The default value, if any.

Optional description

description: string

The schema description.

Optional properties

properties: {}

The schema's child properties.

Type declaration

Optional title

title: string

The title of a property.

Optional type

type: "string" | "number" | "boolean" | "object" | "array" | "null" | Primitive[]

The type or types of the data.

Generated using TypeDoc