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": {
|
||||
"additionalProperties": false,
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"add": {
|
||||
"title": "Add",
|
||||
"$ref": "#/definitions/addremove",
|
||||
"description": "TODO description: add",
|
||||
"title": "Add"
|
||||
"description": "The components groups to be added to this entity"
|
||||
},
|
||||
"remove": {
|
||||
"$ref": "#/definitions/addremove",
|
||||
"description": "TODO description: remove",
|
||||
"title": "Remove"
|
||||
"filters": {
|
||||
"$ref": "./filters.json"
|
||||
},
|
||||
"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"
|
||||
}
|
||||
},
|
||||
"description": "TODO description: randomize",
|
||||
"title": "Randomize"
|
||||
},
|
||||
"description": "TODO description: randomize",
|
||||
"title": "Randomize"
|
||||
"$ref": "#/definitions/randomize"
|
||||
},
|
||||
"remove": {
|
||||
"title": "Remove",
|
||||
"description": "The components groups and all its components to be removed",
|
||||
"$ref": "#/definitions/addremove"
|
||||
},
|
||||
"sequence": {
|
||||
"description": "A series of filters and components to be added",
|
||||
"title": "Sequences",
|
||||
"type": "array",
|
||||
"items": {
|
||||
"description": "TODO description: sequence",
|
||||
"title": "Sequence",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"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"
|
||||
"$ref": "#/definitions/event_base"
|
||||
}
|
||||
},
|
||||
"trigger": {
|
||||
"type": "string",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"title": "UNDOCUMENTATED"
|
||||
"description": "The event to run",
|
||||
"title": "Trigger"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user