Same filename and directory in other branches
  1. 8.9.x core/modules/rest/config/schema/rest.views.schema.yml
  2. 9 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. mapping:
  6. auth:
  7. type: sequence
  8. label: 'Authentication'
  9. sequence:
  10. type: string
  11. label: 'Authentication Provider'
  12. views.row.data_field:
  13. type: views_row
  14. label: 'Field row'
  15. mapping:
  16. field_options:
  17. type: sequence
  18. label: 'Options'
  19. sequence:
  20. type: mapping
  21. label: 'Row'
  22. mapping:
  23. alias:
  24. type: string
  25. label: 'Alias for ID'
  26. raw_output:
  27. type: boolean
  28. label: 'Raw output for ID'
  29. views.style.serializer:
  30. type: views_style
  31. label: 'Serialized output format'
  32. mapping:
  33. formats:
  34. type: sequence
  35. label: 'Formats'
  36. sequence:
  37. type: string
  38. label: 'Format'