Skip to content
This repository has been archived by the owner on Nov 29, 2023. It is now read-only.

Commit

Permalink
Add Code Snippets to Spec Files (#1023)
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Coughlin <[email protected]>
  • Loading branch information
DX-Bandwidth and mcoughlin-bw authored May 31, 2023
1 parent 8e77ed4 commit 6b26059
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions site/specs/insights.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,23 @@ components:
$ref: '#/components/schemas/attestationIndicator'
hangUpSource:
$ref: '#/components/schemas/hangUpSource'
postDialDelay:
type: integer
description: >-
How long it takes for a calling party to hear a ringback tone after
initiating a call, measured in milliseconds.
nullable: true
example: 0
packetsSent:
type: integer
description: Count of packets sent during transmission.
nullable: true
example: 0
packetsReceived:
type: integer
description: Count of packets received during transmission.
nullable: true
example: 0
genericError:
title: Generic Error
type: object
Expand Down

0 comments on commit 6b26059

Please sign in to comment.