{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://api.osohq.com/schemas/ApiError.json", "title": "ApiError", "type": "object", "required": [ "message" ], "properties": { "message": { "type": "string" } } }