{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/AgreementRef_FVO", "title": "AgreementRef_FVO", "type": "object", "description": "Agreement reference. An agreement represents a contract or arrangement, either written or verbal and sometimes enforceable by law, such as a service level agreement or a customer price agreement. An agreement involves a number of other business entities, such as products, services, and resources and/or their specifications.", "allOf": [ { "$ref": "#/components/schemas/Extensible_FVO" }, { "$ref": "#/components/schemas/EntityRef_FVO" } ], "discriminator": { "propertyName": "@type", "mapping": { "AgreementRef": "#/components/schemas/AgreementRef_FVO" } } }