- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for new_schema (0.04 seconds)
-
fastapi/_compat/v2.py
return new_mapping, new_definitions def _replace_refs( *, schema: dict[str, Any], old_name_to_new_name_map: dict[str, str], ) -> dict[str, Any]: new_schema = deepcopy(schema) for key, value in new_schema.items(): if key == "$ref": value = schema["$ref"] if isinstance(value, str): ref_name = schema["$ref"].split("/")[-1]
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Sat Dec 27 12:54:56 GMT 2025 - 19.1K bytes - Click Count (0)