JupyterLab Command Schema¶
https://raw.githubusercontent.com/deathbeds/jupyterlab-starters/master/src/jupyter_starters/schema/v2.json#/definitions/starter-meta/properties/commands/items
Abstract |
Extensible |
Status |
Identifiable |
Custom Properties |
Additional Properties |
Access Restrictions |
Defined In |
|---|---|---|---|---|---|---|---|
Can be instantiated |
No |
Unknown status |
No |
Forbidden |
Allowed |
none |
v2.json* |
items Type¶
object (JupyterLab Command)
items Properties¶
Property |
Type |
Required |
Nullable |
Defined by |
|---|---|---|---|---|
|
Required |
cannot be null |
||
|
Optional |
cannot be null |
id¶
canonical name for the command
id
is required
Type:
string(Command ID)cannot be null
defined in: Jupyter Starters JSON
id Type¶
string (Command ID)
args¶
optional values provided to the command when executed
args
is optional
Type:
object(Arguments)cannot be null
defined in: Jupyter Starters JSON
args Type¶
object (Arguments)