2013-06-10 15:02:54 +00:00
|
|
|
# Schema for the views relationship.
|
|
|
|
|
Issue #2167623 by danilenko_dn, sidharthap, Nitesh Sethia, krishnan.n, aitiba, alexpott, ashwinikumar, Barrett, damiankloip, deepakaryan1988, foxtrotcharlie, ianthomas_uk, neetu morwani, nonsie, piyuesh23, Sharique, sivaji, sushantpaste, swentel, vijaycs85, YesCT: Add test for all default configuration to ensure schema exists and is correct.
2014-01-30 12:04:18 +00:00
|
|
|
views.relationship.*:
|
|
|
|
type: views_relationship
|
|
|
|
label: 'Standard'
|
|
|
|
|
2013-06-10 15:02:54 +00:00
|
|
|
views.relationship.standard:
|
|
|
|
type: views_relationship
|
|
|
|
label: 'Standard'
|
2013-09-28 00:46:58 +00:00
|
|
|
|
|
|
|
views.relationship.broken:
|
|
|
|
type: views_relationship
|
|
|
|
label: 'Broken'
|
|
|
|
|
|
|
|
views.relationship.groupwise_max:
|
|
|
|
type: views_relationship
|
|
|
|
label: 'Groupwise max'
|
|
|
|
mapping:
|
|
|
|
subquery_sort:
|
|
|
|
type: string
|
|
|
|
label: 'Representative sort criteria'
|
|
|
|
subquery_order:
|
|
|
|
type: string
|
|
|
|
label: 'Representative sort order'
|
|
|
|
subquery_regenerate:
|
|
|
|
type: boolean
|
|
|
|
label: 'Generate subquery each time view is run'
|
|
|
|
subquery_view:
|
|
|
|
type: string
|
|
|
|
label: 'Representative view'
|
|
|
|
subquery_namespace:
|
|
|
|
type: string
|
|
|
|
label: 'Subquery namespace'
|