{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/UpstreamOauthPlugin", "title": "UpstreamOauthPlugin", "allOf": [ { "$ref": "#/components/schemas/PluginBase" }, { "$ref": "#/components/schemas/UpstreamOauthPluginConfig" } ] }