TM Forum · JSON Structure

Tmf621 Trouble Ticket Entity Structure

Base entity schema for use in TMForum Open-APIs. Property.

Type: object Properties: 0
TelcoTelecommunicationsBSSOSSOpen APIsStandards

Entity 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-entity-structure.json",
  "name": "Entity",
  "description": "Base entity schema for use in TMForum Open-APIs. Property.",
  "type": "object",
  "allOf": [
    {
      "$ref": "#/components/schemas/Extensible"
    },
    {
      "$ref": "#/components/schemas/Addressable"
    }
  ]
}