jsonapi.schema.yml

Same filename in other branches
  1. 8.9.x core/modules/jsonapi/config/schema/jsonapi.schema.yml
  2. 10 core/modules/jsonapi/config/schema/jsonapi.schema.yml
  3. 11.x core/modules/jsonapi/config/schema/jsonapi.schema.yml
core/modules/jsonapi/config/schema/jsonapi.schema.yml

File

core/modules/jsonapi/config/schema/jsonapi.schema.yml

View source
  1. jsonapi.settings:
  2. type: config_object
  3. label: 'JSON:API settings'
  4. mapping:
  5. read_only:
  6. type: boolean
  7. label: 'Restrict JSON:API to only read operations'
  8. maintenance_header_retry_seconds:
  9. type: mapping
  10. label: 'Maintenance mode Retry-After header settings'
  11. mapping:
  12. min:
  13. type: integer
  14. label: 'Minimum value for Retry-After header in seconds'
  15. max:
  16. type: integer
  17. label: 'Maximum value for Retry-After header in seconds'

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.