{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "BatchError", "type": "['object', 'null']", "properties": { "id": { "type": "string" }, "code": { "type": "string" }, "title": { "type": "string" } } }