mirror of
https://github.com/logos-co/SimulationsFramework.git
synced 2025-02-22 10:48:17 +00:00
Set parquet as default option in arguments_schema.json
This commit is contained in:
parent
d74f3fefc4
commit
690fcf0bba
@ -1,7 +1,17 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"output-format": {"type": "string", "enum" : ["parquet", "csv", "json"]},
|
||||
"output-file": {"type": "string"}
|
||||
"output-format": {
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"parquet",
|
||||
"csv",
|
||||
"json"
|
||||
],
|
||||
"default": "parquet"
|
||||
},
|
||||
"output-file": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user