{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/AccountingAssociatedContact", "title": "AccountingAssociatedContact", "properties": { "emails": { "$ref": "#/components/schemas/property_AccountingAssociatedContact_emails" }, "id": { "type": "string" }, "name": { "type": "string" } }, "type": "object" }