|
|
|
@ -263,7 +263,7 @@ def _replace_refs( |
|
|
|
for key, value in new_schema.items(): |
|
|
|
if key == "$ref": |
|
|
|
print(f"schema:{schema}") |
|
|
|
#ref_name = schema["$ref"].split("/")[-1] |
|
|
|
# ref_name = schema["$ref"].split("/")[-1] |
|
|
|
ref_name = schema["$ref"] |
|
|
|
if isinstance(ref_value, str): |
|
|
|
# Normal case |
|
|
|
|