diff --git a/assets_generation/resources/scripting/opcodes.schema.json b/assets_generation/resources/scripting/opcodes.schema.json index 128bff3a..0836ceb8 100644 --- a/assets_generation/resources/scripting/opcodes.schema.json +++ b/assets_generation/resources/scripting/opcodes.schema.json @@ -78,6 +78,9 @@ "type": { "$ref": "#/definitions/param_type" }, + "name": { + "type": "string" + }, "doc": { "type": "string" },