Chris@0: # Schema for the views relationship. Chris@0: Chris@0: views.relationship.*: Chris@0: type: views_relationship Chris@0: label: 'Standard' Chris@0: Chris@0: views.relationship.standard: Chris@0: type: views_relationship Chris@0: label: 'Standard' Chris@0: Chris@0: views.relationship.broken: Chris@0: type: views_relationship Chris@0: label: 'Broken' Chris@0: Chris@0: views.relationship.groupwise_max: Chris@0: type: views_relationship Chris@0: label: 'Groupwise max' Chris@0: mapping: Chris@0: subquery_sort: Chris@0: type: string Chris@0: label: 'Representative sort criteria' Chris@0: subquery_order: Chris@0: type: string Chris@0: label: 'Representative sort order' Chris@0: subquery_regenerate: Chris@0: type: boolean Chris@0: label: 'Generate subquery each time view is run' Chris@0: subquery_view: Chris@0: type: string Chris@0: label: 'Representative view' Chris@0: subquery_namespace: Chris@0: type: string Chris@0: label: 'Subquery namespace'