Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / views / config / schema / views.query.schema.yml
1 # Schema for the views query.
2
3 views.query.views_query:
4   type: views_query
5   label: 'Views query'
6   mapping:
7     query_comment:
8       type: string
9       label: 'Query comment'
10     disable_sql_rewrite:
11       type: boolean
12       label: 'Disable SQL rewriting'
13     distinct:
14       type: boolean
15       label: 'Distinct'
16     replica:
17       type: boolean
18       label: 'Use Replica Server'
19     query_tags:
20       type: sequence
21       label: 'Query Tags'
22       sequence:
23         type: string
24         label: 'Tag'