jsonapi.schema.yml
File
- 
              core/
modules/ jsonapi/ config/ schema/ jsonapi.schema.yml  
View source
- jsonapi.settings:
 -   type: config_object
 -   label: 'JSON:API settings'
 -   mapping:
 -     read_only:
 -       type: boolean
 -       label: 'Restrict JSON:API to only read operations'
 -     maintenance_header_retry_seconds:
 -       type: mapping
 -       label: 'Maintenance mode Retry-After header settings'
 -       mapping:
 -         min:
 -           type: integer
 -           label: 'Minimum value for Retry-After header in seconds'
 -         max:
 -           type: integer
 -           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.