Ollama has recently introduced native support for JSON structured output, as described in https://ollama.com/blog/structured-outputs. This PR introduces support for it, both for directly passing a JSON schema and when using the Spring AI output conversion APIs. Signed-off-by: Thomas Vitale <ThomasVitale@users.noreply.github.com>