maris-ai-master / shared /errors /error_schema.json
MarisUK's picture
Maris AI model sync
f440f03 verified
{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "ErrorResponse",
"type": "object",
"required": ["error"],
"properties": {
"error": { "type": "string" },
"code": { "type": "integer" },
"details": { "type": "object" }
}
}