TM Forum · Schema

ChannelRef_FVO

The channel to which the resource reference to. e.g. channel for selling product offerings, channel for opening a trouble ticket etc..

TelcoTelecommunicationsBSSOSSOpen APIsStandards
View JSON Schema on GitHub

JSON Schema

tm-forum-channelref-fvo-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ChannelRef_FVO",
  "title": "ChannelRef_FVO",
  "type": "object",
  "description": "The channel to which the resource reference to. e.g. channel for selling product offerings, channel for opening a trouble ticket etc..",
  "allOf": [
    {
      "$ref": "#/components/schemas/EntityRef_FVO"
    }
  ],
  "discriminator": {
    "propertyName": "@type",
    "mapping": {
      "ChannelRef": "#/components/schemas/ChannelRef_FVO"
    }
  }
}