{ "$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" } } }