{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ServiceSpecificationRef_FVO", "title": "ServiceSpecificationRef_FVO", "allOf": [ { "$ref": "#/components/schemas/Extensible_FVO" }, { "$ref": "#/components/schemas/EntityRef_FVO" }, { "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_FVO" } } }