Skip to content

Commit

Permalink
fix: include missing type string in config schema (ory#2142)
Browse files Browse the repository at this point in the history
Inside the config.schema.json under the CORS setting, add the missing type (string) for the items of the allowed_origins array
  • Loading branch information
David-van-der-Sluijs authored Jan 14, 2022
1 parent d24d9bc commit 9d158be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions embedx/config.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1449,6 +1449,7 @@
},
"anyOf": [
{
"type": "string",
"format": "uri"
},
{
Expand Down

0 comments on commit 9d158be

Please sign in to comment.