Auth0 · Schema

GetActionModuleVersionResponseContent

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOktaOpenID ConnectSAMLSecuritySCIM

Properties

Name Type Description
id string The unique ID for this version.
module_id string The ID of the parent module.
version_number integer The sequential version number.
code string The exact source code that was published with this version.
secrets array Secrets available to this version (name and updated_at only, values never returned).
dependencies array Dependencies locked to this version.
created_at string The timestamp when this version was created.
View JSON Schema on GitHub

JSON Schema

auth0-getactionmoduleversionresponsecontent-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/GetActionModuleVersionResponseContent",
  "title": "GetActionModuleVersionResponseContent",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "id": {
      "type": "string",
      "description": "The unique ID for this version."
    },
    "module_id": {
      "type": "string",
      "description": "The ID of the parent module."
    },
    "version_number": {
      "type": "integer",
      "description": "The sequential version number."
    },
    "code": {
      "type": "string",
      "description": "The exact source code that was published with this version."
    },
    "secrets": {
      "type": "array",
      "description": "Secrets available to this version (name and updated_at only, values never returned).",
      "items": {
        "$ref": "#/components/schemas/ActionModuleSecret"
      }
    },
    "dependencies": {
      "type": "array",
      "description": "Dependencies locked to this version.",
      "items": {
        "$ref": "#/components/schemas/ActionModuleDependency"
      }
    },
    "created_at": {
      "type": "string",
      "description": "The timestamp when this version was created.",
      "format": "date-time"
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/auth0-getactionmoduleversionresponsecontent"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.