nearly there…

This commit is contained in:
Sebastian Thiel
2021-01-05 23:39:04 +08:00
parent 043f3752e6
commit 80dadc5a80
3 changed files with 3 additions and 4 deletions

View File

@@ -746,6 +746,7 @@ def new_context(schemas, resources, methods):
# end this is already a perfectly valid type
properties = s.get('properties', {'': s})
print(properties)
for pn, p in properties.items():
link_used(p, rs)
if is_nested_type_property(p):