File tree Expand file tree Collapse file tree 1 file changed +20
-2
lines changed
Expand file tree Collapse file tree 1 file changed +20
-2
lines changed Original file line number Diff line number Diff line change 696696 },
697697 {
698698 "$ref" : " #/definitions/selfServiceWebHook"
699+ },
700+ {
701+ "$ref" : " #/definitions/selfServiceRequireVerifiedAddressHook"
699702 }
700703 ]
701704 },
782785 "$ref" : " #/definitions/selfServiceAfterOIDCLoginMethod"
783786 },
784787 "hooks" : {
785- "$ref" : " #/definitions/selfServiceHooks"
788+ "type" : " array" ,
789+ "items" : {
790+ "anyOf" : [
791+ {
792+ "$ref" : " #/definitions/selfServiceWebHook"
793+ },
794+ {
795+ "$ref" : " #/definitions/selfServiceSessionRevokerHook"
796+ },
797+ {
798+ "$ref" : " #/definitions/selfServiceRequireVerifiedAddressHook"
799+ }
800+ ]
801+ },
802+ "uniqueItems" : true ,
803+ "additionalItems" : false
786804 }
787805 }
788806 },
20502068 "additionalProperties" : false
20512069 },
20522070 "tracing" : {
2053- "$ref" : " https://raw.githubusercontent.com/ory/x/v0.0.513 /otelx/config.schema.json"
2071+ "$ref" : " https://raw.githubusercontent.com/ory/x/v0.0.531 /otelx/config.schema.json"
20542072 },
20552073 "log" : {
20562074 "title" : " Log" ,
You can’t perform that action at this time.
0 commit comments