We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88efa69 commit b8c03d9Copy full SHA for b8c03d9
openapi_core/schema/schemas/models.py
@@ -81,7 +81,7 @@ def _get_all_required_properties(self):
81
)
82
83
def get_all_required_properties_names(self):
84
- required = self.required.copy()
+ required = self.required[:]
85
86
for subschema in self.all_of:
87
subschema_req = subschema.get_all_required_properties()
0 commit comments