You are here

services.schema.yml in Services 8.4

Same filename and directory in other branches
  1. 9.0.x config/schema/services.schema.yml
config/schema/services.schema.yml

File

config/schema/services.schema.yml
View source
  1. services.settings:
  2. type: config_object
  3. label: 'Service Settings'
  4. mapping:
  5. default_formats:
  6. type: sequence
  7. label: 'Default formats'
  8. sequence:
  9. type: string
  10. label: 'Format type'
  11. default_authentication:
  12. type: sequence
  13. label: 'Default authentication'
  14. sequence:
  15. type: string
  16. label: 'Authentication type'
  17. default_no_cache:
  18. type: boolean
  19. label: 'Default no cache'
  20. services.service_definition.plugin:
  21. type: mapping
  22. label: 'Service Definition'
  23. mapping:
  24. id:
  25. type: string
  26. label: 'ID'