diff --git a/docs/sources/developers/plugins/plugin.schema.json b/docs/sources/developers/plugins/plugin.schema.json index 60ce5cff900..cfc36694748 100644 --- a/docs/sources/developers/plugins/plugin.schema.json +++ b/docs/sources/developers/plugins/plugin.schema.json @@ -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",