Skip to content

Commit 41595c5

Browse files
committed
autogen: pin v0.11.1 release commit
1 parent d8d47c9 commit 41595c5

File tree

1 file changed

+20
-2
lines changed

1 file changed

+20
-2
lines changed

.schemastore/config.schema.json

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -696,6 +696,9 @@
696696
},
697697
{
698698
"$ref": "#/definitions/selfServiceWebHook"
699+
},
700+
{
701+
"$ref": "#/definitions/selfServiceRequireVerifiedAddressHook"
699702
}
700703
]
701704
},
@@ -782,7 +785,22 @@
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
},
@@ -2050,7 +2068,7 @@
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",

0 commit comments

Comments
 (0)