Auth0 · Schema

FlowActionXmlParseXmlParams

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM

Properties

Name Type Description
xml string
View JSON Schema on GitHub

JSON Schema

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