Fixing schemas
This commit is contained in:
@@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
"title": "Prevent Touch Input",
|
||||||
|
"description": "If true, touch input will be prevented from passing through this element.",
|
||||||
|
"$ref": "../../general/boolean.json"
|
||||||
|
}
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"title": "TTS Control Header",
|
"title": "TTS Control Header",
|
||||||
"description": "The header of the TTS control.",
|
"description": "The header of the TTS control.",
|
||||||
"$ref": "../../general/string.json"
|
"$ref": "../../../general/string.json"
|
||||||
}
|
}
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"title": "TTS Control Type Order Priority",
|
"title": "TTS Control Type Order Priority",
|
||||||
"description": "The priority of the TTS control type order.",
|
"description": "The priority of the TTS control type order.",
|
||||||
"$ref": "../../general/integer.json"
|
"$ref": "../../../general/integer.json"
|
||||||
}
|
}
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"title": "TTS Ignore Count",
|
"title": "TTS Ignore Count",
|
||||||
"description": "The number of TTS ignores.",
|
"description": "The number of TTS ignores.",
|
||||||
"$ref": "../../general/integer.json"
|
"$ref": "../../../general/integer.json"
|
||||||
}
|
}
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"title": "TTS Ignore Subsections",
|
"title": "TTS Ignore Subsections",
|
||||||
"description": "If true, the element will ignore subsections.",
|
"description": "If true, the element will ignore subsections.",
|
||||||
"$ref": "../../general/boolean.json"
|
"$ref": "../../../general/boolean.json"
|
||||||
}
|
}
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"title": "TTS Index Priority",
|
"title": "TTS Index Priority",
|
||||||
"description": "The priority of the TTS index.",
|
"description": "The priority of the TTS index.",
|
||||||
"$ref": "../../general/integer.json"
|
"$ref": "../../../general/integer.json"
|
||||||
}
|
}
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"title": "TTS Inherit Siblings",
|
"title": "TTS Inherit Siblings",
|
||||||
"description": "If true, the element will inherit its siblings.",
|
"description": "If true, the element will inherit its siblings.",
|
||||||
"$ref": "../../general/boolean.json"
|
"$ref": "../../../general/boolean.json"
|
||||||
}
|
}
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"title": "TTS Name",
|
"title": "TTS Name",
|
||||||
"description": "The name of the TTS.",
|
"description": "The name of the TTS.",
|
||||||
"$ref": "../../general/string.json"
|
"$ref": "../../../general/string.json"
|
||||||
}
|
}
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"title": "TTS Override Control Value",
|
"title": "TTS Override Control Value",
|
||||||
"description": "If true, the TTS will override the control value.",
|
"description": "If true, the TTS will override the control value.",
|
||||||
"$ref": "../../general/boolean.json"
|
"$ref": "../../../general/boolean.json"
|
||||||
}
|
}
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"title": "TTS Section Header",
|
"title": "TTS Section Header",
|
||||||
"description": "The header of the TTS section.",
|
"description": "The header of the TTS section.",
|
||||||
"$ref": "../../general/string.json"
|
"$ref": "../../../general/string.json"
|
||||||
}
|
}
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"title": "TTS Toggle Off",
|
"title": "TTS Toggle Off",
|
||||||
"description": "If true, the TTS will toggle off.",
|
"description": "If true, the TTS will toggle off.",
|
||||||
"$ref": "../../general/boolean.json"
|
"$ref": "../../../general/boolean.json"
|
||||||
}
|
}
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"title": "TTS Toggle On",
|
"title": "TTS Toggle On",
|
||||||
"description": "If true, the TTS will toggle on.",
|
"description": "If true, the TTS will toggle on.",
|
||||||
"$ref": "../../general/boolean.json"
|
"$ref": "../../../general/boolean.json"
|
||||||
}
|
}
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"title": "TTS Value Changed",
|
"title": "TTS Value Changed",
|
||||||
"description": "If true, the TTS value will change.",
|
"description": "If true, the TTS value will change.",
|
||||||
"$ref": "../../general/boolean.json"
|
"$ref": "../../../general/boolean.json"
|
||||||
}
|
}
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"title": "TTS Value Order Priority",
|
"title": "TTS Value Order Priority",
|
||||||
"description": "The priority of the TTS value order.",
|
"description": "The priority of the TTS value order.",
|
||||||
"$ref": "../../general/integer.json"
|
"$ref": "../../../general/integer.json"
|
||||||
}
|
}
|
||||||
@@ -36,7 +36,7 @@
|
|||||||
"initial_uv": { "$ref": "./elements/properties/initial_uv.json" },
|
"initial_uv": { "$ref": "./elements/properties/initial_uv.json" },
|
||||||
"next": { "$ref": "./elements/properties/next.json" },
|
"next": { "$ref": "./elements/properties/next.json" },
|
||||||
"play_event": { "$ref": "./elements/properties/play_event.json" },
|
"play_event": { "$ref": "./elements/properties/play_event.json" },
|
||||||
"propagate_alpha": { "$ref": "./elements/properties/propagate_alpha.json" },
|
"propagate_alpha": { "$ref": "./elements/properties/alpha.json" },
|
||||||
"reversible": { "$ref": "./elements/properties/reversible.json" },
|
"reversible": { "$ref": "./elements/properties/reversible.json" },
|
||||||
"scale_from_starting_alpha": { "$ref": "./elements/properties/scale_from_starting_alpha.json" },
|
"scale_from_starting_alpha": { "$ref": "./elements/properties/scale_from_starting_alpha.json" },
|
||||||
"to": { "$ref": "./elements/properties/to.json" },
|
"to": { "$ref": "./elements/properties/to.json" },
|
||||||
|
|||||||
Reference in New Issue
Block a user