mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
22 lines
316 B
JSON
22 lines
316 B
JSON
{
|
|
"type":"object",
|
|
"required":true,
|
|
"properties":{
|
|
"universe": {
|
|
"type": "integer",
|
|
"title":"Universe",
|
|
"default": 1
|
|
},
|
|
"latchtinme": {
|
|
"type": "integer",
|
|
"title":"Latchtime",
|
|
"default": 104000
|
|
},
|
|
"cid": {
|
|
"type": "string",
|
|
"title":"CID",
|
|
}
|
|
},
|
|
"additionalProperties": true
|
|
}
|