{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://api.ilert.com/schemas/RestError", "title": "RestError", "type": "object", "properties": { "status": { "type": "integer" }, "message": { "type": "string" } } }