TM Forum · JSON Structure

Tmf621 Trouble Ticket Trouble Ticket_Res Structure

Response object for TroubleTicket

Type: object Properties: 0 Required: 2
TelcoTelecommunicationsBSSOSSOpen APIsStandards

TroubleTicket_RES is a JSON Structure definition published by TM Forum. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/tm-forum/refs/heads/main/json-structure/tmf621-trouble-ticket-trouble-ticket_res-structure.json",
  "name": "TroubleTicket_RES",
  "description": "Response object for TroubleTicket",
  "type": "object",
  "allOf": [
    {
      "$ref": "#/components/schemas/TroubleTicket"
    }
  ],
  "required": [
    "id",
    "href"
  ],
  "discriminator": {
    "propertyName": "@type",
    "mapping": {
      "TroubleTicket": "#/components/schemas/TroubleTicket"
    }
  }
}