From addd40dc9a0e394551dfc50ce1f30a8e4ab4e18c Mon Sep 17 00:00:00 2001 From: ory-bot <60093411+ory-bot@users.noreply.github.com> Date: Thu, 28 Nov 2024 20:20:58 +0100 Subject: [PATCH] autogen: render config schema --- .schema/config.schema.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.schema/config.schema.json b/.schema/config.schema.json index b775974e2..f8182e524 100644 --- a/.schema/config.schema.json +++ b/.schema/config.schema.json @@ -1,5 +1,5 @@ { - "$id": "github.com/ory/oathkeeper/schema/config.schema.json", + "$id": "https://github.com/ory/oathkeeper/schema/config.schema.json", "$schema": "http://json-schema.org/draft-07/schema#", "title": "ORY Oathkeeper Configuration", "type": "object", @@ -1871,10 +1871,10 @@ } }, "log": { - "$ref": "https://raw.githubusercontent.com/ory/x/v0.0.605/logrusx/config.schema.json" + "$ref": "https://raw.githubusercontent.com/ory/x/v0.0.666/logrusx/config.schema.json" }, "tracing": { - "$ref": "https://raw.githubusercontent.com/ory/x/v0.0.605/otelx/config.schema.json" + "$ref": "https://raw.githubusercontent.com/ory/x/v0.0.666/otelx/config.schema.json" }, "profiling": { "title": "Profiling",