StepExecutionStep
formSchema object
Form Schema that describes the schema of forms included in the report step
descriptionstringnullable
Description of the form in the step execution
schemaobject
versionstringnullable
Version of the form in the step execution
Example:
1.0
idstringnullable
Unique identifier of the report step
Example:
123ce62d-892c-4e54-a8c3-3b6f52f0d915
namestringnullable
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"
}