Skip to main content

StepExecutionStep

formSchema object

Form Schema that describes the schema of forms included in the report step

description stringnullable

Description of the form in the step execution

schema object
version stringnullable

Version of the form in the step execution

Example: 1.0
id stringnullable

Unique identifier of the report step

Example: 123ce62d-892c-4e54-a8c3-3b6f52f0d915
name stringnullable

Name of the report step

Example: Factory Information
StepExecutionStep
{
"formSchema": {
"description": "string",
"schema": {},
"version": "1.0"
},
"id": "123ce62d-892c-4e54-a8c3-3b6f52f0d915",
"name": "Factory Information"
}