DRECType Data Type
The enumerator is used to decide in which format DREC type of files should be delivered. For MCD-Hub, Soft-Hub and signal reader assignments whenever there are diagnostics involved in the response (DREC) there is an option to return this type of files in three ways. Those are:
- RAW, this is the format of the result files in the first place.
- JSON_CFD, a format where the set of questions are grouped together and is the set of responses grouped together.
- JSON, a format where the question and response are grouped together to form an array of the question/response
| value | description |
|---|---|
| RAW | Base format. Used if no type is available. |
| JSON_CFD | Format where the set of questions are grouped together and is the set of responses grouped together |
| JSON | Format where the question and response are grouped together to form an array of question/response |