Auth0 · Schema

FlowActionJsonParseJsonParams

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM

Properties

Name Type Description
json string
View JSON Schema on GitHub

JSON Schema

auth0-flowactionjsonparsejsonparams-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/FlowActionJsonParseJsonParams",
  "title": "FlowActionJsonParseJsonParams",
  "type": "object",
  "additionalProperties": false,
  "required": [
    "json"
  ],
  "properties": {
    "json": {
      "type": "string"
    }
  }
}