We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8b5926 commit 97168b7Copy full SHA for 97168b7
launcher/image/testworkloads/keymanager/workload.py
@@ -42,7 +42,7 @@
42
"params": {
43
"type": "object",
44
"properties": {
45
- "kem_id": {"type": "integer"}
+ "kem_id": {"type": "string"}
46
},
47
"required": ["kem_id"],
48
"additionalProperties": False
@@ -99,7 +99,7 @@
99
"shared_secret": {
100
101
102
- "algorithm": {"type": "integer"},
+ "algorithm": {"type": "string"},
103
"secret": {"type": "string"}
104
105
"required": ["algorithm", "secret"],
0 commit comments