{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/GenerateStepResponse", "title": "GenerateStepResponse", "type": "object", "properties": { "step_id": { "type": "string" }, "title": { "type": "string" }, "description": { "type": "string" } }, "required": [ "description", "step_id", "title" ] }