{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/MarketSegmentRef_MVO", "title": "MarketSegmentRef_MVO", "type": "object", "description": "provides references to the corresponding market segment as target of product offerings. A market segment is grouping of Parties, GeographicAreas, SalesChannels, and so forth.", "allOf": [ { "$ref": "#/components/schemas/Extensible" }, { "$ref": "#/components/schemas/EntityRef" }, { "$ref": "#/components/schemas/Entity_MVO" } ], "discriminator": { "propertyName": "@type", "mapping": { "MarketSegmentRef": "#/components/schemas/MarketSegmentRef_MVO" } } }