Skip to content

Commit

Permalink
autogen: render config schema
Browse files Browse the repository at this point in the history
  • Loading branch information
ory-bot authored and alnr committed Dec 3, 2024
1 parent 889c9ec commit addd40d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .schema/config.schema.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit addd40d

Please sign in to comment.