Skip to content

Commit

Permalink
Merge pull request #3 from nayla-finance/add-login-attempts
Browse files Browse the repository at this point in the history
chore: update schema versions
  • Loading branch information
aalkhodiry authored Oct 21, 2024
2 parents 58accf0 + 394987c commit fdf0fd1
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 5 deletions.
19 changes: 18 additions & 1 deletion .schema/version.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@
"$id": "https://github.com/ory/kratos/.schema/versions.config.schema.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"oneOf": [
{
"allOf": [
{
"properties": {
"version": {
"const": "v1.4.0"
}
},
"required": [
"version"
]
},
{
"$ref": "https://raw.githubusercontent.com/nayla-finance/kratos/v1.4.0/.schemastore/config.schema.json"
}
]
},
{
"allOf": [
{
Expand Down Expand Up @@ -598,4 +615,4 @@
],
"title": "All Versions for Ory Kratos Configuration",
"type": "object"
}
}
4 changes: 2 additions & 2 deletions .schemastore/config.schema.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$id": "https://github.com/ory/kratos/embedx/config.schema.json",
"$id": "https://github.com/nayla-finance/kratos/embedx/config.schema.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "Ory Kratos Configuration",
"title": "Nayla - Ory Kratos Configuration",
"type": "object",
"definitions": {
"baseUrl": {
Expand Down
4 changes: 2 additions & 2 deletions embedx/config.schema.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$id": "https://github.com/ory/kratos/embedx/config.schema.json",
"$id": "https://github.com/nayla-finance/kratos/embedx/config.schema.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "Ory Kratos Configuration",
"title": "Nayla - Ory Kratos Configuration",
"type": "object",
"definitions": {
"baseUrl": {
Expand Down

0 comments on commit fdf0fd1

Please sign in to comment.