{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "DebugSetting", "type": "object", "description": "The debug setting.", "properties": { "detailLevel": { "type": "string", "description": "Specifies the type of information to log for debugging. The permitted values are none, requestContent, responseContent, or both." } } }