Skip to content

Commit 48b0eca

Browse files
author
Jens Kürten
committed
update schema.json
1 parent 1c39c7a commit 48b0eca

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

json_schemas/workload_response.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
"properties": {
3939
"name": {
4040
"const": "dummy",
41+
"default": "dummy",
4142
"enum": [
4243
"dummy"
4344
],
@@ -57,9 +58,6 @@
5758
"title": "Id"
5859
}
5960
},
60-
"required": [
61-
"name"
62-
],
6361
"title": "DummyAction",
6462
"type": "object"
6563
}

0 commit comments

Comments
 (0)