{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/PricingLogicAlgorithm_MVO", "title": "PricingLogicAlgorithm_MVO", "allOf": [ { "$ref": "#/components/schemas/Entity_MVO" }, { "type": "object", "description": "The PricingLogicAlgorithm entity represents an instantiation of an interface specification to external rating function (without a modeled bahavior in SID). Some of the parameters of the interface definiition may be already set (such as price per unit) and some may be gathered during the rating process from the event (such as call duration) or from ProductCharacteristicValues (such as assigned bandwidth)", "properties": { "description": { "type": "string", "description": "Description of the PricingLogicAlgorithm" }, "name": { "type": "string", "description": "Name given to the PricingLogicAlgorithm" }, "plaSpecId": { "type": "string", "description": "id of corresponding PricingLogicAlgorithm specification" }, "validFor": { "$ref": "#/components/schemas/TimePeriod" } } } ], "discriminator": { "propertyName": "@type", "mapping": { "PricingLogicAlgorithm": "#/components/schemas/PricingLogicAlgorithm_MVO" } } }