mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 22:12:53 +01:00
chore(deps): cargo update
This commit is contained in:
42
schema.json
42
schema.json
@@ -3532,9 +3532,15 @@
|
||||
{
|
||||
"description": "Animation configuration prefixed for a specific animation kind",
|
||||
"type": "object",
|
||||
"additionalProperties": {
|
||||
"type": "boolean"
|
||||
}
|
||||
"properties": {
|
||||
"movement": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"transparency": {
|
||||
"type": "boolean"
|
||||
}
|
||||
},
|
||||
"additionalProperties": false
|
||||
},
|
||||
{
|
||||
"description": "Animation configuration for all animation kinds",
|
||||
@@ -3548,11 +3554,19 @@
|
||||
{
|
||||
"description": "Animation configuration prefixed for a specific animation kind",
|
||||
"type": "object",
|
||||
"additionalProperties": {
|
||||
"type": "integer",
|
||||
"format": "uint64",
|
||||
"minimum": 0
|
||||
}
|
||||
"properties": {
|
||||
"movement": {
|
||||
"type": "integer",
|
||||
"format": "uint64",
|
||||
"minimum": 0
|
||||
},
|
||||
"transparency": {
|
||||
"type": "integer",
|
||||
"format": "uint64",
|
||||
"minimum": 0
|
||||
}
|
||||
},
|
||||
"additionalProperties": false
|
||||
},
|
||||
{
|
||||
"description": "Animation configuration for all animation kinds",
|
||||
@@ -3568,9 +3582,15 @@
|
||||
{
|
||||
"description": "Animation configuration prefixed for a specific animation kind",
|
||||
"type": "object",
|
||||
"additionalProperties": {
|
||||
"$ref": "#/$defs/AnimationStyle"
|
||||
}
|
||||
"properties": {
|
||||
"movement": {
|
||||
"$ref": "#/$defs/AnimationStyle"
|
||||
},
|
||||
"transparency": {
|
||||
"$ref": "#/$defs/AnimationStyle"
|
||||
}
|
||||
},
|
||||
"additionalProperties": false
|
||||
},
|
||||
{
|
||||
"description": "Animation configuration for all animation kinds",
|
||||
|
||||
Reference in New Issue
Block a user