{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ErrorResponse", "type": "object", "properties": { "Message": { "type": "string", "description": "The error message." }, "Code": { "type": "string", "description": "The error code." } } }