1 Definition | 2 Functional Requirements | 3 Syntax |
4 Semantics | 5 Conformance Testing | 6 Performance Assessment |
1 Definition
A Data Type that includes:
- ID of the Virtual Space in which the Avatar id located,
- ID of the Avatar
- Space-Time information of the Avatar
- 3D Model of the Avatar
- Body Descriptors of the Avatar
- Face Descriptors of the Avatar.
2 Functional Requirements
Avatar conveys the following information:
- The ID of the Virtual Space.
- The ID of the Avatar.
- The Time and Spatial Attitude of the Avatar is in the M-Instance.
- The set of Data characterising a Avatar:
- 3D Model.
- Face Descriptors.
- Body Descriptors.
An Avatar Model of a human may:
- Faithfully reproduce the visual appearance of the human.
- Have their visual appearance altered, compared to that of the human.
- Have an unrelated visual appearance.
- Display a presumptive Personal Status in speech, face, and gesture.
3 Syntax
https://schemas.mpai.community/PAF/V1.4/data/Avatar.json
4 Semantics
Label | Size | Description |
Header | N1 Bytes | Avatar Header. |
– Standard-Avatar | 9 Bytes | The characters “PAF-AVT-V” |
– Version | N2 Bytes | Major version |
– Dot-separator | 1 Byte | The character “.” |
– Subversion | N3 Byte | Minor version |
MInstanceID | N4 Bytes | ID of Virtual Space the Avatar belongs to. |
AvatarSpaceTime | N5 Bytes | The inherent Space-Time info of the Avatar. |
AvatarID | N6 Bytes | Identifier of Avatar. |
AvatarData | N7 Bytes | Set of Data related to Avatar |
– AvatarModel | N8 Bytes | Model of Avatar. |
– BodyDescriptors | N9 Bytes | Avatar Body Descriptors. |
– FaceDescriptors | N10 Bytes | Avatar Face Descriptors of Avatar. |
DescrMetadata | N11 Bytes | Descriptive Metadata |
5 Conformance Testing
A Data instance Conforms with PAF-AVA V1.3 Audio Object (CAE-AVA) if:
- JSON Data validate against the 3D Model Object’s JSON Schema.
- All Data in the 3D Model’s JSON Schema
- Have the specified type.
- Validate against their JSON Schemas.