Fixing references

This commit is contained in:
DaanV2
2021-10-11 18:39:23 +02:00
parent d781b2ed88
commit 7fdc6e517c
2 changed files with 4 additions and 4 deletions

View File

@@ -29,7 +29,7 @@
"minProperties": 1,
"additionalProperties": {
"oneOf": [
{ "type": "string", "$ref": "../../../molang/string.json" },
{ "type": "string", "$ref": "../../molang/string.json" },
{ "type": "number", "description": "A blend weight" }
]
}
@@ -173,7 +173,7 @@
"type": "object",
"required": ["input"],
"properties": {
"input": { "$ref": "../../../molang/number.json" },
"input": { "$ref": "../../molang/number.json" },
"remap_curve": {
"title": "Remap Curve",
"type": "object",