Auth0 · Schema

ListPhoneTemplatesResponseContent

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM

Properties

Name Type Description
templates array
View JSON Schema on GitHub

JSON Schema

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