{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "Error", "properties": { "code": { "type": "string" }, "detail": { "type": "string" }, "id": { "type": "string" }, "links": { "$ref": "#/components/schemas/ErrorLinks" }, "status": { "type": "string" }, "title": { "type": "string" } }, "type": "object" }