{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/SmartDenoisingPlan", "title": "SmartDenoisingPlan", "type": "object", "properties": { "enabled": { "type": "boolean", "description": "Whether smart denoising using Krisp is enabled.", "default": true } } }