{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/OutdialANIEntryDetailsDTO", "title": "OutdialANIEntryDetailsDTO", "type": "object", "properties": { "entryName": { "type": "string", "description": "Name of the Outdial ANI entry." }, "entryNumber": { "type": "string", "description": "Phone number or SIP URI of the Outdial ANI entry." } } }