views_streaming_data-8.x-1.x-dev/config/schema/views_streaming_data.views.schema.yml
config/schema/views_streaming_data.views.schema.yml
# Schema for the views plugins of the Views Streaming Data module.
views.display.streaming_data_export:
type: views_display_path
label: 'REST display options'
mapping:
auth:
type: sequence
label: 'Authentication'
sequence:
type: string
label: 'Authentication Provider'
chunk_size:
type: integer
label: 'Chunk size'
export_file_from_path:
type: boolean
label: 'File name from path'
export_file_name:
type: string
label: 'Custom file name'
views.style.csv_streaming_data:
type: views_style
label: 'Style'
mapping:
delimiter:
type: string
label: 'Delimiter'
strip_tags:
type: boolean
label: 'Strip tags in values'
trim:
type: boolean
label: 'Trim values'
