| Definition | Functional Requirements | Syntax | Semantics | Conformance Testing | Performance Assessment |
1 Definition
A Data Type including a collection of Basic RADAR Objects.
A RADAR Object can have a hierarchical structure where RADAR Objects contain Basic RADAR Objects and RADAR Objects.
2 Functional Requirements
A RADAR Object may include:
- ID of a Virtual Space (M-Instance) where it is or intended to be located.
- ID of the RADAR Object.
- Space-Time information of the RADAR Object.
- Basic RADAR Object and RADAR Objects included in the RADAR Objects.
Note that.
- A RADAR Object that does not include Sub-Scenes and only one Basic RADAR Object is a Basic RADAR Object.
- The Space-Time information of a Basic RADAR Object and RADAR Object included in a RADAR Object may be superseded by the Space-Time information of the RADAR Object containing them.
3 Syntax
https://schemas.mpai.community/OSD/V1.5/data/RADARObject.json
4 Semantics
| Label | Description |
| Header | RADAR Object Header – Standard “OSD-RAO-Vx.y”. |
| MInstanceID | Identifier of M-Instance. |
| RADARObjectID | Identifier of the RADAR Object. |
| RADARObjectSpaceTime | Space-Time of RADAR Object. |
| BasicRADARObjectCount | Set of Parent RADAR Objects. |
| BasicRADARObjects[] | Set of Basic RADAR Objects. |
| – SpaceTime | Space Time of a Basic RADAR Object in the RADAR Object. |
| – BasicRADARObject | A Basic RADAR Object in the RADAR Object. |
| RADARObjectCount | Number of RADAR Objects. |
| RADARObjects[] | Set of RADAR Objects. |
| – SpaceTime | Space Time of a RADAR Object in the RADAR Object. |
| – RADARObject | A RADAR Object in the set of RADAR Objects. |
| DataXMData | Information of this RADAR Object Instance. |
| DescrMetadata | Descriptive Metadata |
5 Conformance Testing
A Data instance Conforms with RADAR Object (OSD-RAO) if:
- The Data validates against the RADAR Object’s JSON Schema.
- All Data in the RADAR Object’s JSON Schema
- Have the specified type
- Validate against their JSON Schemas
- Conform with their Data Qualifiers.
6 Performance Assessment