{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api.hint.com/schemas/companyupdatesanitizer", "title": "CompanyUpdateSanitizer", "type": "object", "properties": { "name": { "type": "string" }, "address": { "$ref": "#/components/schemas/Address" }, "phones": { "type": "array", "items": { "$ref": "#/components/schemas/PhoneNumber" } } } }