Skip to content

Commit 97168b7

Browse files
committed
fix: json schema minor fixes
1 parent a8b5926 commit 97168b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

launcher/image/testworkloads/keymanager/workload.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"params": {
4343
"type": "object",
4444
"properties": {
45-
"kem_id": {"type": "integer"}
45+
"kem_id": {"type": "string"}
4646
},
4747
"required": ["kem_id"],
4848
"additionalProperties": False
@@ -99,7 +99,7 @@
9999
"shared_secret": {
100100
"type": "object",
101101
"properties": {
102-
"algorithm": {"type": "integer"},
102+
"algorithm": {"type": "string"},
103103
"secret": {"type": "string"}
104104
},
105105
"required": ["algorithm", "secret"],

0 commit comments

Comments
 (0)