diff --git a/behaviour/entities/1.10.0/types/trigger.json b/behaviour/entities/1.10.0/types/trigger.json index 8d2572a0..ef6c79cd 100644 --- a/behaviour/entities/1.10.0/types/trigger.json +++ b/behaviour/entities/1.10.0/types/trigger.json @@ -12,7 +12,7 @@ "title": "The event to fire" }, "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 } diff --git a/behaviour/entities/1.12.0/types/trigger.json b/behaviour/entities/1.12.0/types/trigger.json index b91fe80a..d9d9d8ef 100644 --- a/behaviour/entities/1.12.0/types/trigger.json +++ b/behaviour/entities/1.12.0/types/trigger.json @@ -12,7 +12,7 @@ "title": "The event to fire" }, "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 }