Auth0 · Schema

MdlPresentationProperties

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM

Properties

Name Type Description
family_name boolean Family Name
given_name boolean Given Name
birth_date boolean Birth Date
issue_date boolean Issue Date
expiry_date boolean Expiry Date
issuing_country boolean Issuing Country
issuing_authority boolean Issuing Authority
portrait boolean Portrait
driving_privileges boolean Driving Privileges
resident_address boolean Resident Address
portrait_capture_date boolean Portrait Capture Date
age_in_years boolean Age in Years
age_birth_year boolean Age Birth Year
issuing_jurisdiction boolean Issuing Jurisdiction
nationality boolean Nationality
resident_city boolean Resident City
resident_state boolean Resident State
resident_postal_code boolean Resident Postal Code
resident_country boolean Resident Country
family_name_national_character boolean Family Name National Character
given_name_national_character boolean Given Name National Character
View JSON Schema on GitHub

JSON Schema

auth0-mdlpresentationproperties-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/MdlPresentationProperties",
  "title": "MdlPresentationProperties",
  "type": "object",
  "additionalProperties": true,
  "minProperties": 1,
  "properties": {
    "family_name": {
      "type": "boolean",
      "description": "Family Name"
    },
    "given_name": {
      "type": "boolean",
      "description": "Given Name"
    },
    "birth_date": {
      "type": "boolean",
      "description": "Birth Date"
    },
    "issue_date": {
      "type": "boolean",
      "description": "Issue Date"
    },
    "expiry_date": {
      "type": "boolean",
      "description": "Expiry Date"
    },
    "issuing_country": {
      "type": "boolean",
      "description": "Issuing Country"
    },
    "issuing_authority": {
      "type": "boolean",
      "description": "Issuing Authority"
    },
    "portrait": {
      "type": "boolean",
      "description": "Portrait"
    },
    "driving_privileges": {
      "type": "boolean",
      "description": "Driving Privileges"
    },
    "resident_address": {
      "type": "boolean",
      "description": "Resident Address"
    },
    "portrait_capture_date": {
      "type": "boolean",
      "description": "Portrait Capture Date"
    },
    "age_in_years": {
      "type": "boolean",
      "description": "Age in Years"
    },
    "age_birth_year": {
      "type": "boolean",
      "description": "Age Birth Year"
    },
    "issuing_jurisdiction": {
      "type": "boolean",
      "description": "Issuing Jurisdiction"
    },
    "nationality": {
      "type": "boolean",
      "description": "Nationality"
    },
    "resident_city": {
      "type": "boolean",
      "description": "Resident City"
    },
    "resident_state": {
      "type": "boolean",
      "description": "Resident State"
    },
    "resident_postal_code": {
      "type": "boolean",
      "description": "Resident Postal Code"
    },
    "resident_country": {
      "type": "boolean",
      "description": "Resident Country"
    },
    "family_name_national_character": {
      "type": "boolean",
      "description": "Family Name National Character"
    },
    "given_name_national_character": {
      "type": "boolean",
      "description": "Given Name National Character"
    }
  }
}