Fixing references
This commit is contained in:
@@ -26,7 +26,7 @@
|
|||||||
"maxProperties": 1,
|
"maxProperties": 1,
|
||||||
"minProperties": 1,
|
"minProperties": 1,
|
||||||
"additionalProperties": {
|
"additionalProperties": {
|
||||||
"$ref": "../../../molang/string.json"
|
"$ref": "../../molang/string.json"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
@@ -144,7 +144,7 @@
|
|||||||
"minProperties": 1,
|
"minProperties": 1,
|
||||||
"examples": [{ "default": "query.is_chested" }],
|
"examples": [{ "default": "query.is_chested" }],
|
||||||
"additionalProperties": {
|
"additionalProperties": {
|
||||||
"$ref": "../../../molang/string.json"
|
"$ref": "../../molang/string.json"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -29,7 +29,7 @@
|
|||||||
"minProperties": 1,
|
"minProperties": 1,
|
||||||
"additionalProperties": {
|
"additionalProperties": {
|
||||||
"oneOf": [
|
"oneOf": [
|
||||||
{ "type": "string", "$ref": "../../../molang/string.json" },
|
{ "type": "string", "$ref": "../../molang/string.json" },
|
||||||
{ "type": "number", "description": "A blend weight" }
|
{ "type": "number", "description": "A blend weight" }
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@@ -173,7 +173,7 @@
|
|||||||
"type": "object",
|
"type": "object",
|
||||||
"required": ["input"],
|
"required": ["input"],
|
||||||
"properties": {
|
"properties": {
|
||||||
"input": { "$ref": "../../../molang/number.json" },
|
"input": { "$ref": "../../molang/number.json" },
|
||||||
"remap_curve": {
|
"remap_curve": {
|
||||||
"title": "Remap Curve",
|
"title": "Remap Curve",
|
||||||
"type": "object",
|
"type": "object",
|
||||||
|
|||||||
Reference in New Issue
Block a user