Skip to content

Commit

Permalink
work on schema
Browse files Browse the repository at this point in the history
  • Loading branch information
madsbk committed May 23, 2017
1 parent db3585e commit 1e0160f
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions benchpress/suite_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"cmd_list": {
"description": "List of the commands that makes up this benchmark suite",
"type": "array",
"item": {
"items": {
"type": "object",
"properties": {
"cmd": {
"description": "A command to execute",
Expand Down Expand Up @@ -66,9 +67,9 @@
},
"required": ["status", "nruns"]
}
}
},
"required": ["cmd", "env", "label"]
},
"required": ["cmd", "env", "label"]
}
}
},
"required": ["creation_date_utc", "cmd_list"]
Expand Down

0 comments on commit 1e0160f

Please sign in to comment.