mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
20 lines
371 B
JSON
20 lines
371 B
JSON
{
|
|
"type": "object",
|
|
"required": true,
|
|
"properties": {
|
|
"output": {
|
|
"type": "string",
|
|
"title": "edt_dev_spec_outputPath_title",
|
|
"propertyOrder": 1
|
|
},
|
|
"rate": {
|
|
"type": "integer",
|
|
"title": "edt_dev_spec_baudrate_title",
|
|
"default": 3075000,
|
|
"minimum": 2106000,
|
|
"maximum": 3075000,
|
|
"propertyOrder": 2
|
|
}
|
|
},
|
|
"additionalProperties": true
|
|
} |