Chore/extend plugin schema json (#53950)

* Allowing additional parameters in tokenAuth and jwtTokenAuth
This commit is contained in:
Timur Olzhabayev 2022-08-19 14:58:32 +02:00 committed by GitHub
parent 0550808126
commit 4ca845e479
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -379,7 +379,7 @@
"params": {
"type": "object",
"description": "Parameters for the token authentication request.",
"additionalProperties": false,
"additionalProperties": true,
"properties": {
"grant_type": {
"type": "string",
@ -404,7 +404,7 @@
"jwtTokenAuth": {
"type": "object",
"description": "For data source plugins. Token authentication section used with an JWT OAuth API.",
"additionalProperties": false,
"additionalProperties": true,
"properties": {
"url": {
"type": "string",