Start Response Schema

https://raw.githubusercontent.com/deathbeds/jupyterlab-starters/master/src/jupyter_starters/schema/v2.json#/definitions/start-response

Abstract

Extensible

Status

Identifiable

Custom Properties

Additional Properties

Access Restrictions

Defined In

Can be instantiated

No

Unknown status

No

Forbidden

Allowed

none

v2.json*

start-response Type

object (Start Response)

start-response Properties

Property

Type

Required

Nullable

Defined by

starter

Merged

Required

cannot be null

Jupyter Starters JSON

status

string

Required

cannot be null

Jupyter Starters JSON

name

string

Required

cannot be null

Jupyter Starters JSON

body

object

Required

cannot be null

Jupyter Starters JSON

path

string

Required

cannot be null

Jupyter Starters JSON

copy

boolean

Optional

cannot be null

Jupyter Starters JSON

errors

array

Optional

cannot be null

Jupyter Starters JSON

starter

the current definition of the starter: may change during multi-step starters

starter

starter Type

object (Starter)

any of

status

the current state of the Starter

status

status Type

string (Status)

status Constraints

enum: the value of this property must be equal to one of the following values:

Value

Explanation

"error"

"continuing"

"done"

name

the canonical name of the starter

name

name Type

string (Name)

body

user data populated by the client

body

body Type

object (Body)

path

the API path (/ delimited) to which files will be written

path

path Type

string (API Path)

copy

copy files after starter is run (irrespective of status) if true

copy

copy Type

boolean (Force Copy)

errors

a listing of system and user errors created during a starter

errors

errors Type

string[] (Error Text)