Auth0 · Schema

MdlPresentationRequest

A simplified presentation request

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM

Properties

Name Type Description
org.iso.18013.5.1.mDL object
View JSON Schema on GitHub

JSON Schema

auth0-mdlpresentationrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/MdlPresentationRequest",
  "title": "MdlPresentationRequest",
  "type": "object",
  "description": "A simplified presentation request",
  "additionalProperties": false,
  "required": [
    "org.iso.18013.5.1.mDL"
  ],
  "properties": {
    "org.iso.18013.5.1.mDL": {
      "$ref": "#/components/schemas/MdlPresentationRequestProperties"
    }
  }
}