Auth0 · Schema

UpdateActionBindingsResponseContent

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM

Properties

Name Type Description
bindings array
View JSON Schema on GitHub

JSON Schema

auth0-updateactionbindingsresponsecontent-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/UpdateActionBindingsResponseContent",
  "title": "UpdateActionBindingsResponseContent",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "bindings": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/ActionBinding"
      }
    }
  }
}