mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-07-08 05:55:09 +02:00
docs(schema): update all json schemas
This commit is contained in:
+123
-6
@@ -576,6 +576,10 @@
|
|||||||
"format": "uint",
|
"format": "uint",
|
||||||
"minimum": 0.0
|
"minimum": 0.0
|
||||||
},
|
},
|
||||||
|
"show_default_interface": {
|
||||||
|
"description": "Show default interface",
|
||||||
|
"type": "boolean"
|
||||||
|
},
|
||||||
"show_network_activity": {
|
"show_network_activity": {
|
||||||
"description": "Show network activity",
|
"description": "Show network activity",
|
||||||
"type": "boolean"
|
"type": "boolean"
|
||||||
@@ -838,10 +842,45 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"description": "A black shadow is added under the default group",
|
"description": "A shadow is added under the default group. (blur: 4, offset: x-1 y-1, spread: 3)",
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"enum": [
|
"enum": [
|
||||||
"DefaultWithShadow"
|
"DefaultWithShadowB4O1S3"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"description": "A shadow is added under the default group. (blur: 4, offset: x-0 y-0, spread: 3)",
|
||||||
|
"type": "string",
|
||||||
|
"enum": [
|
||||||
|
"DefaultWithShadowB4O0S3"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"description": "A shadow is added under the default group. (blur: 0, offset: x-1 y-1, spread: 3)",
|
||||||
|
"type": "string",
|
||||||
|
"enum": [
|
||||||
|
"DefaultWithShadowB0O1S3"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"description": "A glow is added under the default group. (blur: 3, offset: x-1 y-1, spread: 2)",
|
||||||
|
"type": "string",
|
||||||
|
"enum": [
|
||||||
|
"DefaultWithGlowB3O1S2"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"description": "A glow is added under the default group. (blur: 3, offset: x-0 y-0, spread: 2)",
|
||||||
|
"type": "string",
|
||||||
|
"enum": [
|
||||||
|
"DefaultWithGlowB3O0S2"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"description": "A glow is added under the default group. (blur: 0, offset: x-1 y-1, spread: 2)",
|
||||||
|
"type": "string",
|
||||||
|
"enum": [
|
||||||
|
"DefaultWithGlowB0O1S2"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
@@ -897,10 +936,45 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"description": "A black shadow is added under the default group",
|
"description": "A shadow is added under the default group. (blur: 4, offset: x-1 y-1, spread: 3)",
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"enum": [
|
"enum": [
|
||||||
"DefaultWithShadow"
|
"DefaultWithShadowB4O1S3"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"description": "A shadow is added under the default group. (blur: 4, offset: x-0 y-0, spread: 3)",
|
||||||
|
"type": "string",
|
||||||
|
"enum": [
|
||||||
|
"DefaultWithShadowB4O0S3"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"description": "A shadow is added under the default group. (blur: 0, offset: x-1 y-1, spread: 3)",
|
||||||
|
"type": "string",
|
||||||
|
"enum": [
|
||||||
|
"DefaultWithShadowB0O1S3"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"description": "A glow is added under the default group. (blur: 3, offset: x-1 y-1, spread: 2)",
|
||||||
|
"type": "string",
|
||||||
|
"enum": [
|
||||||
|
"DefaultWithGlowB3O1S2"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"description": "A glow is added under the default group. (blur: 3, offset: x-0 y-0, spread: 2)",
|
||||||
|
"type": "string",
|
||||||
|
"enum": [
|
||||||
|
"DefaultWithGlowB3O0S2"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"description": "A glow is added under the default group. (blur: 0, offset: x-1 y-1, spread: 2)",
|
||||||
|
"type": "string",
|
||||||
|
"enum": [
|
||||||
|
"DefaultWithGlowB0O1S2"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
@@ -956,10 +1030,45 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"description": "A black shadow is added under the default group",
|
"description": "A shadow is added under the default group. (blur: 4, offset: x-1 y-1, spread: 3)",
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"enum": [
|
"enum": [
|
||||||
"DefaultWithShadow"
|
"DefaultWithShadowB4O1S3"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"description": "A shadow is added under the default group. (blur: 4, offset: x-0 y-0, spread: 3)",
|
||||||
|
"type": "string",
|
||||||
|
"enum": [
|
||||||
|
"DefaultWithShadowB4O0S3"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"description": "A shadow is added under the default group. (blur: 0, offset: x-1 y-1, spread: 3)",
|
||||||
|
"type": "string",
|
||||||
|
"enum": [
|
||||||
|
"DefaultWithShadowB0O1S3"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"description": "A glow is added under the default group. (blur: 3, offset: x-1 y-1, spread: 2)",
|
||||||
|
"type": "string",
|
||||||
|
"enum": [
|
||||||
|
"DefaultWithGlowB3O1S2"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"description": "A glow is added under the default group. (blur: 3, offset: x-0 y-0, spread: 2)",
|
||||||
|
"type": "string",
|
||||||
|
"enum": [
|
||||||
|
"DefaultWithGlowB3O0S2"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"description": "A glow is added under the default group. (blur: 0, offset: x-1 y-1, spread: 2)",
|
||||||
|
"type": "string",
|
||||||
|
"enum": [
|
||||||
|
"DefaultWithGlowB0O1S2"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
@@ -1541,6 +1650,10 @@
|
|||||||
"format": "uint",
|
"format": "uint",
|
||||||
"minimum": 0.0
|
"minimum": 0.0
|
||||||
},
|
},
|
||||||
|
"show_default_interface": {
|
||||||
|
"description": "Show default interface",
|
||||||
|
"type": "boolean"
|
||||||
|
},
|
||||||
"show_network_activity": {
|
"show_network_activity": {
|
||||||
"description": "Show network activity",
|
"description": "Show network activity",
|
||||||
"type": "boolean"
|
"type": "boolean"
|
||||||
@@ -2369,6 +2482,10 @@
|
|||||||
"format": "uint",
|
"format": "uint",
|
||||||
"minimum": 0.0
|
"minimum": 0.0
|
||||||
},
|
},
|
||||||
|
"show_default_interface": {
|
||||||
|
"description": "Show default interface",
|
||||||
|
"type": "boolean"
|
||||||
|
},
|
||||||
"show_network_activity": {
|
"show_network_activity": {
|
||||||
"description": "Show network activity",
|
"description": "Show network activity",
|
||||||
"type": "boolean"
|
"type": "boolean"
|
||||||
|
|||||||
Reference in New Issue
Block a user