{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ConnectionOptionsThirtySevenSignals", "title": "ConnectionOptionsThirtySevenSignals", "description": "Options for the 'thirtysevensignals' connection", "type": "object", "additionalProperties": true, "allOf": [ { "$ref": "#/components/schemas/ConnectionOptionsOAuth2Common" }, { "type": "object", "properties": {} } ] }