Interface ObjectProp

Hierarchy

Properties

$comment?: string

Internal comment

additionalProperties?: boolean

Enable additional = not-defined properties

default?: any

Default attribute value

dependencies?: Record<string, string[] | ObjectProp>
description?: string

Attribute description

examples?: any[]

List of attribute examples

maxProperties?: number
minProperties?: number
patternProperties?: Record<string, Attribute>
properties?: Record<string, Attribute>

List of internal properties

propertyNames?: {
    pattern: string;
}

Type declaration

  • pattern: string
readOnly?: boolean

Non-editable schema

required?: string[]
title?: string

Generated using TypeDoc