Updated path

This commit is contained in:
DaanV2
2021-11-20 11:27:59 +01:00
parent cdf7e663e7
commit 292a08c527

View File

@@ -67,12 +67,12 @@
"description": "UNDOCUMENTED", "description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED", "$comment": "UNDOCUMENTED",
"properties": { "properties": {
"input": { "$ref": "../../../molang/number.json", "title": "Input", "description": "What is the input value to use" }, "input": { "$ref": "../../molang/number.json", "title": "Input", "description": "What is the input value to use" },
"nodes": { "nodes": {
"description": "Control nodes for curve. These are assumed to be equally, used Object for bezier_chain", "description": "Control nodes for curve. These are assumed to be equally, used Object for bezier_chain",
"title": "Nodes", "title": "Nodes",
"oneOf": [ "oneOf": [
{ "minItems": 1, "type": "array", "items": { "$ref": "../../../molang/number.json" } }, { "minItems": 1, "type": "array", "items": { "$ref": "../../molang/number.json" } },
{ {
"type": "object", "type": "object",
"propertyNames": { "pattern": "(^[\\-0-9]+$|^[\\-0-9]+\\.[\\-0-9]+$)" }, "propertyNames": { "pattern": "(^[\\-0-9]+$|^[\\-0-9]+\\.[\\-0-9]+$)" },