| 1 Definition | 2 Functional Requirements | 3 Syntax |
| 4 Semantics | 5 Conformance Testing | 6 Performance Assessment |
1 Definition
A list of strings of Texts corresponding to the Damaged Segments (if any) requiring replacement with synthetic speech segments..
2 Functional Requirements
A Damaged List may be empty.
3 Syntax
https://schemas.mpai.community/CAE1/V2.3/data/DamagedList.json
4 Semantics
| Label | Size | Description |
| Header | N1 Bytes | Damaged List Header |
| – Standard-DamagedList | 9 Bytes | The characters “CAE-DLS-V” |
| – Version | N2 Bytes | Major version – 1 or 2 characters |
| – Dot-separator | 1 Byte | The character “.” |
| – Subversion | N3 Bytes | Minor version – 1 or 2 characters |
| DamagedListData[] | N4 Bytes | Data associated to Damaged List. |
| – DamagedSectionMetadata | N5 Bytes | Metadata description of Speech Segments within the given Damaged Segments. |
| – DamagedSectionTime | N6 Bytes | Time of the start and end of the Damaged Segment. |
| DescrMetadata | N7 Bytes | Descriptive Metadata. |
5 Conformance Testing
A Data instance Conforms with CAE-USC V2.3 Damaged List (CAE-DLS) if the JSON Data
- Have the specified types.
- Validate against the Damaged List’s JSON Schema.