{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/WorkflowValidationErrorList", "title": "WorkflowValidationErrorList", "additionalProperties": false, "properties": { "errors": { "description": "The list of validation errors.", "items": { "$ref": "#/components/schemas/WorkflowValidationError" }, "type": "array" } }, "type": "object" }