TM Forum · JSON Structure

Tmf622 Product Ordering Related Channel Structure

RelatedChannel schema from TM Forum API

Type: Properties: 0
TelcoTelecommunicationsBSSOSSOpen APIsStandards

RelatedChannel 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/tmf622-product-ordering-related-channel-structure.json",
  "name": "RelatedChannel",
  "description": "RelatedChannel schema from TM Forum API",
  "allOf": [
    {
      "$ref": "#/components/schemas/Extensible"
    },
    {
      "type": "object",
      "description": "Related channel to another entity. May be online web, mobile app, social ,etc.",
      "properties": {
        "role": {
          "type": "string"
        },
        "channel": {
          "$ref": "#/components/schemas/ChannelRef"
        }
      }
    }
  ],
  "discriminator": {
    "propertyName": "@type",
    "mapping": {
      "RelatedChannel": "#/components/schemas/RelatedChannel"
    }
  }
}