{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "Account Holder entity", "description": "FDX AccountHolder schema", "type": "object", "allOf": [ { "$ref": "#/components/schemas/CustomerWithName" }, { "type": "object", "properties": { "relationship": { "$ref": "#/components/schemas/AccountHolderRelationship", "description": "Customer's relationship to the account\n" } } } ] }