{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "InternalServerErrorResponse", "type": "object", "required": [ "message" ], "properties": { "message": { "type": "string", "description": "A message regarding the error that occurred on the server", "example": "An unexpected error occurred, please try again in a few minutes" } } }