{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ResponseEnvelopeOutdialANIDTO", "title": "ResponseEnvelopeOutdialANIDTO", "type": "object", "description": "Response envelope containing a list of Outdial ANI resources.", "properties": { "meta": { "type": "object", "description": "Metadata about the response.", "additionalProperties": {} }, "data": { "type": "array", "description": "List of Outdial ANI resources.", "items": { "$ref": "#/components/schemas/OutdialANIDTO" } } } }