{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ConnectionUpstreamParams", "title": "ConnectionUpstreamParams", "type": [ "object", "null" ], "description": "Options for adding parameters in the request to the upstream IdP", "additionalProperties": { "$ref": "#/components/schemas/ConnectionUpstreamAdditionalProperties" } }