Description of the JSON schema.
The current JSON schema for host.json does not include the minEventBatchSize and maxWaitTime properties.
see https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-event-hubs?tabs=isolated-process%2Cextensionv6&pivots=programming-language-python#host-json
Supporting information.
The VS Code Azure Functions extension uses this schema to validate the host.json and currently fails with the warning: Property minEventBatchSize is not allowed.
Are you making a PR for this?
No, someone else must create the PR.