Updated
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
"minProperties": 1,
|
||||
"additionalProperties": {
|
||||
"oneOf": [
|
||||
{ "type": "string", "$ref": "../../../molang/1.8.0/string.json" },
|
||||
{ "type": "string", "$ref": "../../../molang/string.json" },
|
||||
{ "type": "number", "description": "A blend weight" }
|
||||
]
|
||||
}
|
||||
@@ -166,7 +166,7 @@
|
||||
"type": "object",
|
||||
"required": ["input"],
|
||||
"properties": {
|
||||
"input": { "title": "Input", "description": "", "$ref": "../../../molang/1.8.0/number.json" },
|
||||
"input": { "title": "Input", "description": "", "$ref": "../../../molang/number.json" },
|
||||
"remap_curve": {
|
||||
"title": "Remap Curve",
|
||||
"additionalProperties": { "propertyNames": { "pattern": "^([\\-\\+0-9]+|[\\-\\+0-9]+.[0-9]+)$" }, "type": "number" }
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
"minProperties": 1,
|
||||
"additionalProperties": {
|
||||
"oneOf": [
|
||||
{ "type": "string", "$ref": "../../../molang/1.8.0/string.json" },
|
||||
{ "type": "string", "$ref": "../../../molang/string.json" },
|
||||
{ "type": "number", "description": "A blend weight" }
|
||||
]
|
||||
}
|
||||
@@ -152,7 +152,7 @@
|
||||
"type": "object",
|
||||
"required": ["input"],
|
||||
"properties": {
|
||||
"input": { "$ref": "../../../molang/1.8.0/number.json" },
|
||||
"input": { "$ref": "../../../molang/number.json" },
|
||||
"remap_curve": { "additionalProperties": { "type": "number" } }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user