{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/SuccessBatchResponse", "title": "SuccessBatchResponse", "type": "object", "description": "Empty object for Success case for Batch API.", "properties": { "data": { "type": "object", "example": {} }, "meta": { "type": "object", "example": {} } } }