Skip to content

Commit

Permalink
autogen: pin v0.11.1 release commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ory-bot committed Jan 14, 2023
1 parent d8d47c9 commit 41595c5
Showing 1 changed file with 20 additions and 2 deletions.
22 changes: 20 additions & 2 deletions .schemastore/config.schema.json
Expand Up @@ -696,6 +696,9 @@
},
{
"$ref": "#/definitions/selfServiceWebHook"
},
{
"$ref": "#/definitions/selfServiceRequireVerifiedAddressHook"
}
]
},
Expand Down Expand Up @@ -782,7 +785,22 @@
"$ref": "#/definitions/selfServiceAfterOIDCLoginMethod"
},
"hooks": {
"$ref": "#/definitions/selfServiceHooks"
"type": "array",
"items": {
"anyOf": [
{
"$ref": "#/definitions/selfServiceWebHook"
},
{
"$ref": "#/definitions/selfServiceSessionRevokerHook"
},
{
"$ref": "#/definitions/selfServiceRequireVerifiedAddressHook"
}
]
},
"uniqueItems": true,
"additionalItems": false
}
}
},
Expand Down Expand Up @@ -2050,7 +2068,7 @@
"additionalProperties": false
},
"tracing": {
"$ref": "https://raw.githubusercontent.com/ory/x/v0.0.513/otelx/config.schema.json"
"$ref": "https://raw.githubusercontent.com/ory/x/v0.0.531/otelx/config.schema.json"
},
"log": {
"title": "Log",
Expand Down

0 comments on commit 41595c5

Please sign in to comment.