Skip to content

Commit

Permalink
changes: fix in the case of ISSUE: #14196
Browse files Browse the repository at this point in the history
  • Loading branch information
drrest committed Jul 26, 2022
1 parent 756d921 commit e67b14b
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"oauth_config_specification": {
"complete_oauth_output_specification": {
"type": "object",
"additionalProperties": false,
"additionalProperties": true,
"properties": {
"refresh_token": {
"type": "string",
Expand All @@ -98,7 +98,7 @@
},
"complete_oauth_server_input_specification": {
"type": "object",
"additionalProperties": false,
"additionalProperties": true,
"properties": {
"client_id": {
"type": "string"
Expand All @@ -110,7 +110,7 @@
},
"complete_oauth_server_output_specification": {
"type": "object",
"additionalProperties": false,
"additionalProperties": true,
"properties": {
"client_id": {
"type": "string",
Expand All @@ -124,7 +124,7 @@
},
"oauth_user_input_from_connector_config_specification": {
"type": "object",
"additionalProperties": false,
"additionalProperties": true,
"properties": {
"domain": {
"type": "string",
Expand Down

0 comments on commit e67b14b

Please sign in to comment.