Commit dc16e681 authored by Herbert Slaghekke's avatar Herbert Slaghekke Committed by Mark Canterbury
Browse files

Update file translate_spec.py

parent e40f279c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -94,7 +94,7 @@ if __name__ == "__main__":
            logging.info("Modifying signature elements")
            js["$defs"]["HI1Message"]["patternProperties"] = {"^@": {"type": "string"}}
            js["$defs"]["HI1Message"]["properties"].pop("xmldsig:Signature")
            js["$defs"]["HI1Message"]["properties"]["Signatures"] = json__x590_signature_struct
            js["$defs"]["HI1Message"]["properties"]["Signatures"] = json_x590_signature_struct


        if "output" in ns_map[schema_tuple[0]]: