Auth0 · Schema

FlowActionXmlSerializeXmlParamsObject

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-flowactionxmlserializexmlparamsobject-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/FlowActionXmlSerializeXmlParamsObject",
  "title": "FlowActionXmlSerializeXmlParamsObject",
  "oneOf": [
    {
      "type": "string"
    },
    {
      "$ref": "#/components/schemas/FlowActionXmlSerializeXmlParamsObjectObject"
    }
  ]
}