Auth0 · Schema

TestActionResponseContent

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM

Properties

Name Type Description
payload object
View JSON Schema on GitHub

JSON Schema

auth0-testactionresponsecontent-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/TestActionResponseContent",
  "title": "TestActionResponseContent",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "payload": {
      "$ref": "#/components/schemas/TestActionResultPayload"
    }
  }
}