{ "type": "object", "name": "Status200-UpdateCommitmentDatabaseFailure", "properties": { "errors": { "type": "array", "description": "", "items": { "type": "object", "properties": { "message": { "type": "string" } }, "required": [ "message" ] } }, "success": { "type": "boolean" } }, "required": [ "errors", "success" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }