{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/patch_relationship_in", "title": "patch_relationship_in", "discriminator": { "mapping": { "BENEFICIAL_OWNER_OF": "#/components/schemas/patch_person_business_owner_relationship", "MANAGING_PERSON_OF": "#/components/schemas/patch_person_business_relationship", "OWNER_OF": "#/components/schemas/patch_business_business_owner_relationship" }, "propertyName": "relationship_type" }, "oneOf": [ { "$ref": "#/components/schemas/patch_person_business_relationship" }, { "$ref": "#/components/schemas/patch_person_business_owner_relationship" }, { "$ref": "#/components/schemas/patch_business_business_owner_relationship" } ], "type": "object" }