Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / views / config / schema / views.relationship.schema.yml
1 # Schema for the views relationship.
2
3 views.relationship.*:
4   type: views_relationship
5   label: 'Standard'
6
7 views.relationship.standard:
8   type: views_relationship
9   label: 'Standard'
10
11 views.relationship.broken:
12   type: views_relationship
13   label: 'Broken'
14
15 views.relationship.groupwise_max:
16   type: views_relationship
17   label: 'Groupwise max'
18   mapping:
19     subquery_sort:
20       type: string
21       label: 'Representative sort criteria'
22     subquery_order:
23       type: string
24       label: 'Representative sort order'
25     subquery_regenerate:
26       type: boolean
27       label: 'Generate subquery each time view is run'
28     subquery_view:
29       type: string
30       label: 'Representative view'
31     subquery_namespace:
32       type: string
33       label: 'Subquery namespace'