This commit is contained in:
DaanV2
2020-12-12 01:16:11 +01:00
parent 6d1ef3597b
commit 9b9cf5ac0c
2 changed files with 2 additions and 2 deletions

View File

@@ -12,7 +12,7 @@
"title": "The event to fire" "title": "The event to fire"
}, },
"filters": { "$ref": "../filters.json", "description": "The filters to check to determine if the event should be fired", "title": "Filters" }, "filters": { "$ref": "../filters.json", "description": "The filters to check to determine if the event should be fired", "title": "Filters" },
"target": { "$ref": "../filters/types/base_subject.json", "description": "The entity to target", "title": "Target" } "target": { "$ref": "../../1.8.0/filters/types/base_subject.json", "description": "The entity to target", "title": "Target" }
}, },
"additionalProperties": false "additionalProperties": false
} }

View File

@@ -12,7 +12,7 @@
"title": "The event to fire" "title": "The event to fire"
}, },
"filters": { "$ref": "../filters.json", "description": "The filters to check to determine if the event should be fired", "title": "Filters" }, "filters": { "$ref": "../filters.json", "description": "The filters to check to determine if the event should be fired", "title": "Filters" },
"target": { "$ref": "../filters/types/base_subject.json", "description": "The entity to target", "title": "Target" } "target": { "$ref": "../../1.8.0/filters/types/base_subject.json", "description": "The entity to target", "title": "Target" }
}, },
"additionalProperties": false "additionalProperties": false
} }