{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/pipelines_ddev_pipeline_error", "title": "pipelines_ddev_pipeline_error", "allOf": [ { "$ref": "#/components/schemas/object" }, { "additionalProperties": true, "type": "object", "title": "Pipeline Error", "description": "An error causing a pipeline failure.", "properties": { "key": { "type": "string", "description": "The error key." }, "message": { "type": "string", "description": "The error message" } } } ] }