Python Starter Schema

v2.json#/definitions/starter-python

Invokes an importable python function (multiple times)

Abstract Extensible Status Identifiable Custom Properties Additional Properties Access Restrictions
Can be instantiated No Unknown status No Forbidden Allowed none

starter-python Type

object (Python Starter)

all of

Python Starter Properties

Property Type Required Nullable
type string Optional cannot be null
callable string Required cannot be null

type

Signifies a python starter

type

  • is optional

  • Type: string (Python Type)

  • cannot be null

type Type

string (Python Type)

type Constraints

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

Value Explanation
"python"

callable

a python function that accepts the body

callable

callable Type

string (Python Callable)

callable Constraints

pattern: the string must match the following regular expression:

[a-zA-Z_\d\.]