{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "Error", "type": "object", "properties": { "ok": { "type": "boolean", "example": false }, "error": { "type": "string" }, "message": { "type": "string" }, "status": { "type": "number" }, "data": { "type": "object" } } }