json: fix merge
This commit is contained in:
parent
bc0e0d9f55
commit
148555cebc
1 changed files with 0 additions and 1 deletions
|
@ -173,7 +173,6 @@ class SchemaConverter:
|
|||
else:
|
||||
add_component(t, is_required=True)
|
||||
|
||||
return self._add_rule(rule_name, rule)
|
||||
return self._add_rule(rule_name, self._build_object_rule(properties, required, name))
|
||||
|
||||
elif schema_type == 'object' and 'additionalProperties' in schema:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue