Auth0 · Schema

ConnectionResponseContentInstagram

Response for connections with strategy=instagram

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-connectionresponsecontentinstagram-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ConnectionResponseContentInstagram",
  "title": "ConnectionResponseContentInstagram",
  "description": "Response for connections with strategy=instagram",
  "allOf": [
    {
      "type": "object",
      "properties": {
        "strategy": {
          "const": "instagram"
        },
        "options": {
          "$ref": "#/components/schemas/ConnectionOptionsInstagram"
        }
      },
      "required": [
        "strategy"
      ]
    },
    {
      "$ref": "#/components/schemas/ConnectionPurposes"
    },
    {
      "$ref": "#/components/schemas/ConnectionResponseCommon"
    }
  ],
  "x-release-lifecycle": "deprecated"
}