A schema type that is a minimal subset of the formal JSON Schema along with optional JupyterLab rendering hints.
The default value, if any.
The schema description.
Whether the schema is deprecated.
This flag can be used by functionality that loads this plugin's settings
from the registry. For example, the setting editor does not display a
plugin's settings if it is set to true
.
The JupyterLab icon class hint.
The JupyterLab icon label hint.
The JupyterLab shortcuts that are creaed by a plugin's schema.
A flag that indicates plugin should be transformed before being used by the setting registry.
If this value is set to true
, the setting registry will wait until a
transformation has been registered (by calling the transform()
method
of the registry) for the plugin ID before resolving load()
promises.
This means that if the attribute is set to true
but no transformation
is registered in time, calls to load()
a plugin will eventually time
out and reject.
The schema's child properties.
The title of a property.
The root schema is always an object.
Generated using TypeDoc
A schema type that is a minimal subset of the formal JSON Schema along with optional JupyterLab rendering hints.