{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ValidationException", "type": "object", "properties": { "Message": { "type": "string", "description": "A description of the validation error" } } }