{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://raw.githubusercontent.com/api-evangelist/labguru/main/json-schema/InternalServerError.json", "title": "InternalServerError", "type": "object", "properties": { "error_message": { "type": "string" }, "type": { "type": "string" } } }