From c815b8b2998d23c48670db8d6b6952243332f2c8 Mon Sep 17 00:00:00 2001 From: ory-bot <60093411+ory-bot@users.noreply.github.com> Date: Fri, 13 Dec 2024 15:12:31 +0100 Subject: [PATCH] autogen: render config schema --- .schema/config.schema.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.schema/config.schema.json b/.schema/config.schema.json index f8182e524..1e9818cbf 100644 --- a/.schema/config.schema.json +++ b/.schema/config.schema.json @@ -1871,10 +1871,10 @@ } }, "log": { - "$ref": "https://raw.githubusercontent.com/ory/x/v0.0.666/logrusx/config.schema.json" + "$ref": "https://raw.githubusercontent.com/ory/x/v0.0.677/logrusx/config.schema.json" }, "tracing": { - "$ref": "https://raw.githubusercontent.com/ory/x/v0.0.666/otelx/config.schema.json" + "$ref": "https://raw.githubusercontent.com/ory/x/v0.0.677/otelx/config.schema.json" }, "profiling": { "title": "Profiling",