You are here

swagger_ui_formatter.schema.yml in Swagger UI Field Formatter 8

config/schema/swagger_ui_formatter.schema.yml

File

config/schema/swagger_ui_formatter.schema.yml
View source
  1. field.formatter.settings.swagger_ui:
  2. type: mapping
  3. label: 'Swagger UI field formatter settings'
  4. mapping:
  5. validator:
  6. type: string
  7. label: 'Validator'
  8. validator_url:
  9. type: string
  10. label: 'Validator URL'
  11. doc_expansion:
  12. type: string
  13. label: 'Doc Expansion'
  14. show_top_bar:
  15. type: boolean
  16. label: 'Show Top Bar'
  17. sort_tags_by_name:
  18. type: boolean
  19. label: 'Sort tags by name'
  20. supported_submit_methods:
  21. type: sequence
  22. sequence:
  23. type: string
  24. label: 'Try it out support for HTTP Methods'