A Party reference
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/PartyRef_MVO", "title": "PartyRef_MVO", "type": "object", "description": "A Party reference", "allOf": [ { "$ref": "#/components/schemas/EntityRef" } ], "discriminator": { "propertyName": "@type", "mapping": { "PartyRef": "#/components/schemas/PartyRef_MVO" } } }