This specification is shared with the planned Technical Specification: MPAI-Metaverse Model (MPAI-MMM) – Technologies (MMM-TEC).

Go to CAV-TEC V1.1 Data Types

Definition
Functional Requirements
Syntax
Semantics
Conformance Testing
Performance Assessment

1      Definition

Data identifying and describing a human passenger.

2      Functional Requirements

Personal Profile includes humanID and First Name, Last Name, Age, Nationality, and Email of the human.

3      Syntax

https://schemas.mpai.community/CAV2/V1.1/data/PersonalProfile.json

4      Semantics

Table 1 – Semantics of the Personal Profile Data Type

Label
Description
Header Personal Profile Header – Standard “CAV‑PPF‑Vx.y”.
humanID Identifier of the human to whom this Personal Profile refers.
UEnvironmentID Identifier of the U-Environment (Real Space) associated with this Personal Profile.
PersonalProfileID Unique identifier of this Personal Profile instance.
PersonalProfileTime Time this Personal Profile was produced.
PersonalProfileSpaceTime Space/Time where/when this Personal Profile applies.
PersonalProfileData Data identifying and describing the human passenger.
    – FirstName The human’s given name.
    – LastName The human’s family name.
    – Age The human’s age.
    – Gender The human’s gender.
    – Nationality The human’s country of nationality.
    – Email The human’s email address.
    – PreferredPronoun The human’s preferred pronouns.
    – SpecialNeeds Special needs of the human passenger.
        – Visual Visual impairment: one of Blind, LimitedVision, ColourBlindness.
        – Oral Oral impairment: one of UnableToSpeak, BadPronunciation.
        – Hearing Hearing impairment: one of TotallyDeaf, PartiallyDeaf.
        – Mobility Mobility impairments.
            – Arms Indicates inability to use arms.
            – Legs Leg mobility limitation: one of UnableToWalk, UnableToBendLegs.
        – Cognitive Cognitive impairments.
            – AutisticSpectrum Indicates autism spectrum condition.
            – Dislexia Indicates dyslexia.
            – LowUnderstanding Indicates reduced comprehension.
DataXMData MPAI-PTF Data Exchange Metadata providing provenance, authorisation, legal, security, and confidence information associated with this Personal Profile in a trusted data exchange context.
DescrMetadata Human-readable descriptive metadata of the Personal Profile (plain text, max 2048 characters).

5      Conformance Testing

A Data instance conforms with Personal Profile (CAV‑PPF) if:

  1. The Data validates against the Personal Profile’s JSON Schema.
  2. All Data in the Personal Profile’s JSON Schema:
    1. Have the specified type.
    2. Validate against their JSON Schemas.
    3. Conform with their Data Qualifiers.

6      Performance Assessment

Not part of this specification.

Go to CAV-TEC V1.1 Data Types