Upgraded drupal core with security updates
[yaffs-website] / web / core / modules / rest / config / schema / rest.views.schema.yml
1 # Schema for the views plugins of the REST module.
2
3 views.display.rest_export:
4   type: views_display_path
5   label: 'REST display options'
6   mapping:
7     auth:
8       type: sequence
9       label: 'Authentication'
10       sequence:
11         type: string
12         label: 'Authentication Provider'
13
14 views.row.data_field:
15   type: views_row
16   label: 'Field row'
17   mapping:
18     field_options:
19       type: sequence
20       label: 'Options'
21       sequence:
22         type: mapping
23         label: 'Row'
24         mapping:
25           alias:
26             type: string
27             label: 'Alias for ID'
28           raw_output:
29             type: boolean
30             label: 'Raw output for ID'
31
32 views.style.serializer:
33   type: views_style
34   label: 'Serialized output format'
35   mapping:
36     formats:
37       type: sequence
38       label: 'Formats'
39       sequence:
40         type: string
41         label: 'Format'