{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "ReportSendBackRequest", "type": "object", "properties": { "comment": { "type": "string" }, "expectedStepCode": { "type": "string" }, "expectedStepSequence": { "type": "integer" } } }