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",