search_api_test.schema.yml 915 B

1234567891011121314151617181920212223242526272829303132333435
  1. plugin.plugin_configuration.search_api_backend.search_api_test:
  2. type: mapping
  3. label: Test backend
  4. mapping:
  5. test:
  6. type: string
  7. label: Test configuration
  8. dependencies:
  9. type: config_dependencies
  10. label: Dependencies
  11. plugin.plugin_configuration.search_api_datasource.search_api_test:
  12. type: config_dependencies
  13. plugin.plugin_configuration.search_api_processor.search_api_test:
  14. type: config_dependencies
  15. label: Test processor
  16. mapping:
  17. weights:
  18. type: sequence
  19. label: 'The processor''s weights for the different processing stages'
  20. sequence:
  21. type: integer
  22. label: 'The processor''s weight for this stage'
  23. plugin.plugin_configuration.search_api_tracker.search_api_test:
  24. type: mapping
  25. label: Test tracker
  26. mapping:
  27. foo:
  28. type: string
  29. label: Foo
  30. dependencies:
  31. type: config_dependencies
  32. label: Dependencies