The Azure Functions documentation for Event Hubs bindings (https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-event-hubs?tabs=isolated-process%2Cextensionv5&pivots=programming-language-python) introduces two new eventHubs configuration settings: minEventBatchSize and maxWaitTime. However, these settings are not reflected in the JSON schema for host.json available at https://www.schemastore.org/host.json. The schema appears to be missing definitions for these new properties.
