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

Update file translate_spec.py

parent a095f20f
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -16,8 +16,9 @@ json_signature_struct = {
}

json_x590_signature_struct = {
    "type": "array", "minItems": 1, "items": {"type": "object",
    "properties": {"hash_algorithm": {"type": "string"}, "algorithm": {"type": "string"}, "public_key": {"type": "string"}, "value": {"type": "string"}  }
    "required": ["hash_algorithm", "algorithm", "value"]
    "required": ["hash_algorithm", "algorithm", "value"] }
}