mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-23 15:49:49 +01:00
nearly there…
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user