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