{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "Error", "type": "object", "properties": { "error": { "type": "string", "description": "Error message" }, "code": { "type": "string", "description": "Error code" }, "details": { "type": "object", "description": "Additional error details" } } }