You are here

health_check_url.schema.yml in Health Check Url 8

config/schema/health_check_url.schema.yml

File

config/schema/health_check_url.schema.yml
View source
  1. # Schema for the configuration files of the Automated cron module.
  2. health_check_url.settings:
  3. type: config_object
  4. label: 'Health check url settings'
  5. mapping:
  6. type:
  7. type: string
  8. label: 'Type of health check to perform'
  9. string:
  10. type: string
  11. label: 'String to show in response'
  12. endpoint:
  13. type: path
  14. label: 'The URL path (relative) for the health check url'
  15. maintainence_access:
  16. type: boolean
  17. label: 'Accessible when site is on maintainence mode'