When business partner is the Supplier
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/Supplier_FVO", "title": "Supplier_FVO", "type": "object", "description": "When business partner is the Supplier ", "allOf": [ { "$ref": "#/components/schemas/PartyRole_FVO" } ] }