Fixed events
This commit is contained in:
@@ -23,84 +23,72 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"randomize": {
|
||||||
|
"title": "Randomize",
|
||||||
|
"description": "TODO description: randomize",
|
||||||
|
"type": "array",
|
||||||
|
"items": {
|
||||||
|
"required": ["weight"],
|
||||||
|
"properties": {
|
||||||
|
"add": {
|
||||||
|
"$ref": "#/definitions/addremove",
|
||||||
|
"description": "TODO description: add",
|
||||||
|
"title": "Add"
|
||||||
|
},
|
||||||
|
"remove": {
|
||||||
|
"$ref": "#/definitions/addremove",
|
||||||
|
"description": "TODO description: remove",
|
||||||
|
"title": "Remove"
|
||||||
|
},
|
||||||
|
"trigger": {
|
||||||
|
"type": "string",
|
||||||
|
"description": "UNDOCUMENTATED",
|
||||||
|
"title": "UNDOCUMENTATED"
|
||||||
|
},
|
||||||
|
"weight": {
|
||||||
|
"type": "number",
|
||||||
|
"description": "TODO description: weight",
|
||||||
|
"title": "Weight"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"event_base": {
|
"event_base": {
|
||||||
"additionalProperties": false,
|
"additionalProperties": false,
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"add": {
|
"add": {
|
||||||
|
"title": "Add",
|
||||||
"$ref": "#/definitions/addremove",
|
"$ref": "#/definitions/addremove",
|
||||||
"description": "TODO description: add",
|
"description": "The components groups to be added to this entity"
|
||||||
"title": "Add"
|
|
||||||
},
|
},
|
||||||
"remove": {
|
"filters": {
|
||||||
"$ref": "#/definitions/addremove",
|
"$ref": "./filters.json"
|
||||||
"description": "TODO description: remove",
|
|
||||||
"title": "Remove"
|
|
||||||
},
|
},
|
||||||
"randomize": {
|
"randomize": {
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"items": {
|
"$ref": "#/definitions/randomize"
|
||||||
"required": ["weight"],
|
},
|
||||||
"properties": {
|
"remove": {
|
||||||
"add": {
|
"title": "Remove",
|
||||||
"$ref": "#/definitions/addremove",
|
"description": "The components groups and all its components to be removed",
|
||||||
"description": "TODO description: add",
|
"$ref": "#/definitions/addremove"
|
||||||
"title": "Add"
|
|
||||||
},
|
|
||||||
"remove": {
|
|
||||||
"$ref": "#/definitions/addremove",
|
|
||||||
"description": "TODO description: remove",
|
|
||||||
"title": "Remove"
|
|
||||||
},
|
|
||||||
"trigger": {
|
|
||||||
"type": "string",
|
|
||||||
"description": "UNDOCUMENTATED",
|
|
||||||
"title": "UNDOCUMENTATED"
|
|
||||||
},
|
|
||||||
"weight": {
|
|
||||||
"type": "number",
|
|
||||||
"description": "TODO description: weight",
|
|
||||||
"title": "Weight"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"description": "TODO description: randomize",
|
|
||||||
"title": "Randomize"
|
|
||||||
},
|
|
||||||
"description": "TODO description: randomize",
|
|
||||||
"title": "Randomize"
|
|
||||||
},
|
},
|
||||||
"sequence": {
|
"sequence": {
|
||||||
|
"description": "A series of filters and components to be added",
|
||||||
|
"title": "Sequences",
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"items": {
|
"items": {
|
||||||
"description": "TODO description: sequence",
|
"description": "TODO description: sequence",
|
||||||
"title": "Sequence",
|
"title": "Sequence",
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"$ref": "#/definitions/event_base"
|
||||||
"add": {
|
}
|
||||||
"$ref": "#/definitions/addremove",
|
|
||||||
"description": "TODO description: add",
|
|
||||||
"title": "Add"
|
|
||||||
},
|
|
||||||
"remove": {
|
|
||||||
"$ref": "#/definitions/addremove",
|
|
||||||
"description": "TODO description: remove",
|
|
||||||
"title": "Remove"
|
|
||||||
},
|
|
||||||
"filters": {
|
|
||||||
"$ref": "./filters.json"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"description": "A series of filters and components to be added",
|
|
||||||
"title": "Sequences"
|
|
||||||
},
|
|
||||||
"filters": {
|
|
||||||
"$ref": "./filters.json"
|
|
||||||
},
|
},
|
||||||
"trigger": {
|
"trigger": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "UNDOCUMENTATED",
|
"description": "The event to run",
|
||||||
"title": "UNDOCUMENTATED"
|
"title": "Trigger"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user