Interface Reference

interface Reference {
    $comment?: string;
    $ref: string;
    default?: any;
    description?: string;
    examples?: any[];
    readOnly?: boolean;
    title?: string;
}

Hierarchy (View Summary)

Properties

$comment?: string

Internal comment

$ref: string
default?: any

Default attribute value

description?: string

Attribute description

examples?: any[]

List of attribute examples

readOnly?: boolean

Non-editable schema

title?: string