{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ContactNumberBulkExportDTO", "title": "ContactNumberBulkExportDTO", "type": "object", "properties": { "number": { "type": "string" } } }