UNDOCUMENTATED description, or needs to be filled in

This commit is contained in:
DaanV2
2021-06-09 09:40:37 +02:00
parent c4174e2457
commit 0bff0baa33
156 changed files with 481 additions and 465 deletions

View File

@@ -6,14 +6,22 @@
"additionalProperties": false,
"required": [],
"properties": {
"event": { "type": "string", "description": "The event to run when the conditions for this trigger are met", "title": "TODO Title" },
"filters": { "$ref": "../../filters/filters.json", "description": "The list of conditions for this trigger", "title": "TODO Title" },
"event": {
"type": "string",
"description": "The event to run when the conditions for this trigger are met",
"title": "Event"
},
"filters": {
"$ref": "../../filters/filters.json",
"description": "The list of conditions for this trigger",
"title": "Filters"
},
"target": {
"type": "string",
"$ref": "../../filters/filters/types/subject.json",
"default": "self",
"description": "The target of the event",
"title": "TODO Title"
"title": "Target"
}
}
}