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