Auth0 · Schema

ListVerifiableCredentialTemplatesPaginatedResponseContent

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM

Properties

Name Type Description
next stringnull Opaque identifier for use with the from query parameter for the next page of results.
This identifier is valid for 24 hours.
templates array
View JSON Schema on GitHub

JSON Schema

auth0-listverifiablecredentialtemplatespaginatedresponsecontent-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ListVerifiableCredentialTemplatesPaginatedResponseContent",
  "title": "ListVerifiableCredentialTemplatesPaginatedResponseContent",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "next": {
      "type": [
        "string",
        "null"
      ],
      "description": "Opaque identifier for use with the <i>from</i> query parameter for the next page of results.<br/>This identifier is valid for 24 hours."
    },
    "templates": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/VerifiableCredentialTemplateResponse"
      }
    }
  }
}