Service reference, for when Service is used by other entities.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ServiceRef_FVO", "title": "ServiceRef_FVO", "type": "object", "description": "Service reference, for when Service is used by other entities.", "allOf": [ { "$ref": "#/components/schemas/Extensible_FVO" }, { "$ref": "#/components/schemas/EntityRef_FVO" } ], "discriminator": { "propertyName": "@type", "mapping": { "ServiceRef": "#/components/schemas/ServiceRef_FVO" } } }