TM Forum · JSON Structure

Tmf621 Trouble Ticket Fax Contact Medium Structure

FaxContactMedium schema from TM Forum API

Type: Properties: 0
TelcoTelecommunicationsBSSOSSOpen APIsStandards

FaxContactMedium 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-fax-contact-medium-structure.json",
  "name": "FaxContactMedium",
  "description": "FaxContactMedium schema from TM Forum API",
  "allOf": [
    {
      "$ref": "#/components/schemas/ContactMedium"
    },
    {
      "type": "object",
      "description": "Describes a fax that could be used to contact a party (an individual or an organization)",
      "properties": {
        "faxNumber": {
          "type": "string",
          "description": "The fax number of the contact"
        }
      }
    }
  ]
}