17 lines
336 B
JSON
17 lines
336 B
JSON
{
|
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
"title": "SCUMCompanionDiagnosticsPayload",
|
|
"type": "object",
|
|
"additionalProperties": false,
|
|
"properties": {
|
|
"includeWindowState": {
|
|
"type": "boolean"
|
|
},
|
|
"maxEntries": {
|
|
"type": "integer",
|
|
"minimum": 1,
|
|
"maximum": 20
|
|
}
|
|
}
|
|
}
|