Response Data Model

Domain

The schema is part of the Domain

Description

A response to a request

Data model

A JSON Schema corresponding to this data model can be found here.

The Data model is defined as shown below:

  • body : The body of the response. For example for an HTTP response might contain HTML for rendering.

  • Mandatory

  • header : Items included in the header of the response. For example for an HTTP response might contain negotiated locale.

  • Mandatory

  • statusCode : The status of the response. For example for an HTTP response would be codes such as 200, 400, etc.

  • Optional

TMForum APIs that use this schema

Taking into consideration the snapshot of 04/02/2020 04:59:16 UTC the list of TMForum Open APIs that uses this schemas is:

Coming soon