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-1V6
: Expose the deviceβs functionality through a versioned, network-accessible API