Skip to content

Commit

Permalink
Update benchmark scenario schema to recent changes
Browse files Browse the repository at this point in the history
related to #5, #60
  • Loading branch information
soxofaan committed Nov 8, 2024
1 parent b2f7af2 commit f80f6ec
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions schema/benchmark_scenario.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,18 @@
"process_graph": {
"type": "object",
"description": "The openEO process graph to execute."
},
"job_options": {
"type": "object",
"description": "Batch job options to use when creating an openEO batch job."
},
"reference_data": {
"type": "object",
"description": "Reference data of the benchmark, to compare actual results with."
},
"reference_options": {
"type": "object",
"description": "Options to fine-tune how actual and reference results should be compared."
}
},
"required": [
Expand Down

0 comments on commit f80f6ec

Please sign in to comment.