The function's X-Ray tracing configuration.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/TracingConfigResponse", "title": "TracingConfigResponse", "type": "object", "properties": { "Mode": { "allOf": [ { "$ref": "#/components/schemas/TracingMode" }, { "description": "The tracing mode." } ] } }, "description": "The function's X-Ray tracing configuration." }