Interface List

interface List {
    $comment?: string;
    default?: any;
    description?: string;
    examples?: any[];
    items: Reference;
    readOnly?: boolean;
    title?: string;
    type: "array";
}

Hierarchy (View Summary)

Properties

$comment?: string

Internal comment

default?: any

Default attribute value

description?: string

Attribute description

examples?: any[]

List of attribute examples

items: Reference
readOnly?: boolean

Non-editable schema

title?: string
type: "array"