From 41595c52cf48e2bae81b1a901577062cc6e3dc06 Mon Sep 17 00:00:00 2001 From: ory-bot <60093411+ory-bot@users.noreply.github.com> Date: Sat, 14 Jan 2023 11:08:13 +0100 Subject: [PATCH] autogen: pin v0.11.1 release commit --- .schemastore/config.schema.json | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/.schemastore/config.schema.json b/.schemastore/config.schema.json index 2ad71652bb3..681c3e98bd9 100644 --- a/.schemastore/config.schema.json +++ b/.schemastore/config.schema.json @@ -696,6 +696,9 @@ }, { "$ref": "#/definitions/selfServiceWebHook" + }, + { + "$ref": "#/definitions/selfServiceRequireVerifiedAddressHook" } ] }, @@ -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 } } }, @@ -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",