{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "Error", "type": "object", "properties": { "code": { "type": "string" }, "message": { "type": "string" }, "details": { "type": "string" } } }