{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ServiceSpecificationRef_MVO", "title": "ServiceSpecificationRef_MVO", "allOf": [ { "$ref": "#/components/schemas/Extensible" }, { "$ref": "#/components/schemas/EntityRef" }, { "type": "object", "description": "Service specification reference: ServiceSpecification(s) required to realize a ProductSpecification.", "properties": { "version": { "type": "string", "description": "Service specification version" } } } ], "discriminator": { "propertyName": "@type", "mapping": { "ServiceSpecificationRef": "#/components/schemas/ServiceSpecificationRef_MVO" } } }