{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ConnectionOptionsEvernote", "title": "ConnectionOptionsEvernote", "description": "Options for the evernote family of connections", "type": "object", "additionalProperties": true, "allOf": [ { "$ref": "#/components/schemas/ConnectionOptionsOAuth1Common" }, { "type": "object", "properties": {} } ] }