Auth0 · Schema

UpdateVerifiableCredentialTemplateRequestContent

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM

Properties

Name Type Description
name stringnull
type stringnull
dialect stringnull
presentation object
well_known_trusted_issuers stringnull
version numbernull
View JSON Schema on GitHub

JSON Schema

auth0-updateverifiablecredentialtemplaterequestcontent-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/UpdateVerifiableCredentialTemplateRequestContent",
  "title": "UpdateVerifiableCredentialTemplateRequestContent",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "name": {
      "type": [
        "string",
        "null"
      ],
      "minLength": 1,
      "maxLength": 255
    },
    "type": {
      "type": [
        "string",
        "null"
      ],
      "minLength": 1,
      "maxLength": 255
    },
    "dialect": {
      "type": [
        "string",
        "null"
      ],
      "maxLength": 255,
      "pattern": "^simplified/1.0$"
    },
    "presentation": {
      "$ref": "#/components/schemas/MdlPresentationRequest"
    },
    "well_known_trusted_issuers": {
      "type": [
        "string",
        "null"
      ],
      "minLength": 1,
      "maxLength": 255,
      "pattern": "^aamva$"
    },
    "version": {
      "type": [
        "number",
        "null"
      ]
    }
  }
}