{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "Recycling", "type": "object", "description": "Recycling settings for the application pool.", "properties": { "disable_overlapped_recycle": { "type": "boolean", "description": "Whether to disable overlapped recycling." }, "disable_recycle_on_config_change": { "type": "boolean", "description": "Whether to disable recycling on configuration changes." } } }