We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ef0397 commit c6dd04bCopy full SHA for c6dd04b
openapi_core/schema/schemas.py
@@ -10,8 +10,3 @@ def get_all_properties(schema):
10
properties_dict.update(subschema_props)
11
12
return properties_dict
13
-
14
15
-def get_all_properties_names(schema):
16
- all_properties = get_all_properties(schema)
17
- return set(all_properties.keys())
0 commit comments