The _json_schema_to_model function in autogen_core.utils._json_to_pydantic does not properly handle array items that have object schemas with properties. When an array's items schema defines an object ...