{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/requestLineItemGiftCertificateRecipient", "title": "Contact Entity", "type": "object", "properties": { "email": { "type": "string", "description": "Contact's email address.", "format": "email" }, "name": { "type": "string", "description": "Contact's name." } }, "x-internal": false }