SRS-042: JSON Data Interchange Format
Identifier​
SRS-042
Software System​
- Orchestrator
- Processor
- Report Builder
Category​
- Input and output, interfaces
- Data definition and databases
Description​
The software shall use JSON (JavaScript Object Notation) as the exclusive data interchange format for all API request and response bodies. The system must correctly set the Content-Type
header to application/json
in all responses that contain a body. The system shall also correctly parse inbound requests that specify a Content-Type
of application/json
.
Derived from PRS​
PRS-005
: Expose the device’s functionality through a versioned, network-accessible API