{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/property_UcContact_emails", "title": "property_UcContact_emails", "description": "An array of email addresses for this contact", "items": { "$ref": "#/components/schemas/UcEmail" }, "type": "array" }