{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/pipeline_step_state", "title": "pipeline_step_state", "allOf": [ { "$ref": "#/components/schemas/object" }, { "additionalProperties": true, "type": "object", "title": "Pipeline Step State", "description": "The representation of the progress state of a pipeline step.", "properties": {} } ] }