{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "error_detail", "type": "object", "description": "`Error Object` is the response returned for an unsuccessful request.\n", "properties": { "id": { "type": "string", "description": "Unique identifier for the request. Also known as the chain id." }, "code": { "type": "string", "description": "Textual error code" }, "title": { "type": "string", "description": "A short, human-readable summary of the problem" }, "timestamp": { "type": "string", "description": "timestamp in YYYY-MM-DD HH:MM:SS.SSS" } } }