{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/CallForwardSelectiveCallsToObject", "title": "CallForwardSelectiveCallsToObject", "type": "object", "properties": { "numbers": { "type": "array", "items": { "$ref": "#/components/schemas/CallForwardSelectiveCallsToNumbersObject" }, "description": "Array of numbers to be matched against the calling destination number." } } }