Auth0 · Schema

MdlPresentationRequestProperties

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM

Properties

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

JSON Schema

auth0-mdlpresentationrequestproperties-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/MdlPresentationRequestProperties",
  "title": "MdlPresentationRequestProperties",
  "type": "object",
  "additionalProperties": false,
  "required": [
    "org.iso.18013.5.1"
  ],
  "properties": {
    "org.iso.18013.5.1": {
      "$ref": "#/components/schemas/MdlPresentationProperties"
    }
  }
}