You are here

rest.views.schema.yml in Zircon Profile 8

Same filename and directory in other branches
  1. 8.0 core/modules/rest/config/schema/rest.views.schema.yml
core/modules/rest/config/schema/rest.views.schema.yml

File

core/modules/rest/config/schema/rest.views.schema.yml
View source
  1. # Schema for the views plugins of the REST module.
  2. views.display.rest_export:
  3. type: views_display_path
  4. label: 'REST display options'
  5. views.row.data_field:
  6. type: views_row
  7. label: 'Field row'
  8. mapping:
  9. field_options:
  10. type: sequence
  11. label: 'Options'
  12. sequence:
  13. type: mapping
  14. label: 'Row'
  15. mapping:
  16. alias:
  17. type: string
  18. label: 'Alias for ID'
  19. raw_output:
  20. type: boolean
  21. label: 'Raw output for ID'
  22. views.style.serializer:
  23. type: views_style
  24. label: 'Serialized output format'
  25. mapping:
  26. formats:
  27. type: sequence
  28. label: 'Formats'
  29. sequence:
  30. type: string
  31. label: 'Format'