class FindCoordinatorV1Response(BaseResponse):
    schema = [
        {'name': 'throttle_time_ms', 'type': 'int32'},
        {'name': 'error', 'type': 'int16'},
        {'name': 'error_message', 'type': 'string'},