{ "type": "object", "properties": { "errors": { "type": "array", "description": "", "example": [], "items": { "type": "object", "properties": { "field": { "type": "string", "example": "example_value" }, "message": { "type": "string", "example": "example_value" } }, "required": [ "field", "message" ] } }, "success": { "type": "boolean", "example": true } }, "required": [ "errors", "success" ], "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "Status200-UpdateCommitmentRequestValidationFailure" }