arcaflow_plugin_sdk.jsonschema module

arcaflow_plugin_sdk.jsonschema.step_input(t: StepSchema) dict[source]

This function takes a schema step and creates a JSON schema object from the input parameter. :return: the JSON schema represented as a dict.

arcaflow_plugin_sdk.jsonschema.step_outputs(t: StepSchema)[source]

This function takes a schema step and creates a JSON schema object from the output parameters. :return: the JSON schema represented as a dict.