Updated
This commit is contained in:
@@ -53,9 +53,9 @@
|
|||||||
"description": "Randomly selects one of the following items based upon their weight and the total weights",
|
"description": "Randomly selects one of the following items based upon their weight and the total weights",
|
||||||
"title": "Randomize",
|
"title": "Randomize",
|
||||||
"items": {
|
"items": {
|
||||||
"required": ["weight"],
|
|
||||||
"description": "Randomly selects one of the following items based upon their weight and the total weights",
|
"description": "Randomly selects one of the following items based upon their weight and the total weights",
|
||||||
"title": "Randomize",
|
"title": "Randomize",
|
||||||
|
"examples": [{ "add": { "component_groups": ["foo:example"] }, "weight": 1 }],
|
||||||
"properties": {
|
"properties": {
|
||||||
"add": { "$ref": "#/definitions/addremove", "description": "What gets added when the event gets triggered", "title": "Add" },
|
"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" },
|
"remove": { "$ref": "#/definitions/addremove", "description": "What gets removed when the event gets triggered", "title": "Remove" },
|
||||||
|
|||||||
Reference in New Issue
Block a user