You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/resources/port_aggregation_properties.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -606,6 +606,7 @@ Optional:
606
606
607
607
-`description` (String) The description of the aggregation property
608
608
-`icon` (String) The icon of the aggregation property
609
+
-`path_filter` (Attributes List) Path filter to filter entities based on relation path (see [below for nested schema](#nestedatt--properties--path_filter))
609
610
-`query` (String) Query to filter the target entities
610
611
-`title` (String) The title of the aggregation property
611
612
@@ -645,3 +646,16 @@ Optional:
645
646
646
647
-`average_of` (String) The time periods to calculate the average of, e.g. hour, day, week, month
647
648
-`measure_time_by` (String) The property name on which to calculate the the time periods, e.g. $createdAt, $updated_at or any other date property
649
+
650
+
651
+
652
+
<aid="nestedatt--properties--path_filter"></a>
653
+
### Nested Schema for `properties.path_filter`
654
+
655
+
Required:
656
+
657
+
-`path` (List of String) The path array of relations to filter by
658
+
659
+
Optional:
660
+
661
+
-`from_blueprint` (String) The blueprint to start the path from. Should be the target blueprint or undefined to start from the source blueprint
0 commit comments