Auth0 · Schema

ConnectionOptionsEvernote

Options for the evernote family of connections

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-connectionoptionsevernote-schema.json Raw ↑
{
  "$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": {}
    }
  ]
}