Skip to content

Commit

Permalink
fix: typo for authorizer
Browse files Browse the repository at this point in the history
  • Loading branch information
imrushi committed Mar 3, 2023
1 parent dc76dcb commit ca31423
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .schema/rules.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1238,10 +1238,10 @@
}
}
},
"authorizers": {
"title": "Authorizers",
"authorizer": {
"title": "Authorizer",
"type": "object",
"description": "For more information on authorizers head over to: https://www.ory.sh/oathkeeper/docs/pipeline/authz",
"description": "For more information on authorizer head over to: https://www.ory.sh/oathkeeper/docs/pipeline/authz",
"additionalProperties": false,
"properties": {
"allow": {
Expand Down

0 comments on commit ca31423

Please sign in to comment.