{ "type": "object", "required": [ "message" ], "properties": { "message": { "type": "string", "example": "Something happen" } }, "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "GenericErrorMessage" }