{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ErrorWrapper", "type": "object", "properties": { "Errors": { "type": "object", "description": "Error object" } } }