Chris@0: # Schema for the views plugins of the REST module. Chris@0: Chris@0: views.display.rest_export: Chris@0: type: views_display_path Chris@0: label: 'REST display options' Chris@0: mapping: Chris@0: auth: Chris@0: type: sequence Chris@0: label: 'Authentication' Chris@0: sequence: Chris@0: type: string Chris@0: label: 'Authentication Provider' Chris@0: Chris@0: views.row.data_field: Chris@0: type: views_row Chris@0: label: 'Field row' Chris@0: mapping: Chris@0: field_options: Chris@0: type: sequence Chris@0: label: 'Options' Chris@0: sequence: Chris@0: type: mapping Chris@0: label: 'Row' Chris@0: mapping: Chris@0: alias: Chris@0: type: string Chris@0: label: 'Alias for ID' Chris@0: raw_output: Chris@0: type: boolean Chris@0: label: 'Raw output for ID' Chris@0: Chris@0: views.style.serializer: Chris@0: type: views_style Chris@0: label: 'Serialized output format' Chris@0: mapping: Chris@0: formats: Chris@0: type: sequence Chris@0: label: 'Formats' Chris@0: sequence: Chris@0: type: string Chris@0: label: 'Format'