This commit is contained in:
DaanV2
2021-11-16 13:21:53 +01:00
parent f9200aa550
commit c095b27c13
2 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@
"description": "A object specification on how to transition",
"maxProperties": 1,
"minProperties": 1,
"additionalProperties": { "$ref": "../../../molang/string.json" }
"additionalProperties": { "$ref": "../../molang/string.json" }
}
]
},