In the JSON Schema to search mapper, the suppression flags need to be addressed first, otherwise the jsonref.replace_refs function may remove them.
Updating pydantic from 2.8.2 to 2.9.2 triggers a change in JSON Schema from models: the lists with only 1 element get flattened. The documentation is automatically updated.
jsonref.replace_refs
function may remove them.2.8.2
to2.9.2
triggers a change in JSON Schema from models: the lists with only 1 element get flattened. The documentation is automatically updated.