diff --git a/scripts/eve-parity.py b/scripts/eve-parity.py index 3fbe1a03ff..1af50f5616 100755 --- a/scripts/eve-parity.py +++ b/scripts/eve-parity.py @@ -88,7 +88,7 @@ def load_schema(): ref = find_ref(schema, props["$ref"]) if not ref: raise Exception("$ref not found: {}".format(props["$ref"])) - props = ref + props = props | ref if props["type"] in ["string", "integer", "boolean", "number"]: # End of the line... key = ".".join(path + [name])