{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/UndefinedBeneficiary", "title": "UndefinedBeneficiary", "properties": { "description": { "description": "The details of the undefined beneficiary.", "type": "string" }, "reference": { "description": "The reference of the undefined beneficiary.", "type": "string" } }, "type": "object" }