From 6a49a94dfc90a2fda7291aa7d63525839354b2f8 Mon Sep 17 00:00:00 2001 From: DaanV2 Date: Mon, 28 Feb 2022 14:37:18 +0100 Subject: [PATCH] Updated --- source/behavior/entities/format/events.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/behavior/entities/format/events.json b/source/behavior/entities/format/events.json index 10f07530..0e8dfd21 100644 --- a/source/behavior/entities/format/events.json +++ b/source/behavior/entities/format/events.json @@ -53,9 +53,9 @@ "description": "Randomly selects one of the following items based upon their weight and the total weights", "title": "Randomize", "items": { - "required": ["weight"], "description": "Randomly selects one of the following items based upon their weight and the total weights", "title": "Randomize", + "examples": [{ "add": { "component_groups": ["foo:example"] }, "weight": 1 }], "properties": { "add": { "$ref": "#/definitions/addremove", "description": "What gets added when the event gets triggered", "title": "Add" }, "remove": { "$ref": "#/definitions/addremove", "description": "What gets removed when the event gets triggered", "title": "Remove" },