mirror of
https://github.com/vxcontrol/soldr-modules.git
synced 2026-07-01 12:47:17 -04:00
23 lines
438 B
JSON
23 lines
438 B
JSON
{
|
|
"additionalProperties": true,
|
|
"properties": {
|
|
"reason": {
|
|
"rules": {},
|
|
"type": "string",
|
|
"ui": {
|
|
"widgetConfig": {}
|
|
}
|
|
},
|
|
"version": {
|
|
"rules": {},
|
|
"type": "string",
|
|
"ui": {
|
|
"widgetConfig": {}
|
|
}
|
|
}
|
|
},
|
|
"required": [
|
|
"version"
|
|
],
|
|
"type": "object"
|
|
} |