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
Browse files Browse the repository at this point in the history
  • Loading branch information
DX-Bandwidth committed Oct 13, 2023
1 parent bbcf27d commit 5be8054
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions site/specs/ai-bridge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1320,7 +1320,7 @@ components:
example:
$ref: '#/components/examples/roleExample'
googleProvider:
$ref: '#/components/schemas/googleEsProvider'
$ref: '#/components/schemas/googleCxProvider'
updateBot:
type: object
properties:
Expand Down Expand Up @@ -1408,25 +1408,25 @@ components:
googleEs:
type: string
required:
- google
- type
description: google type for provider
example: Google-ES
googleCx:
type: string
required:
- googleCx
- type
description: googleCx type for provider
example: Google-CX
aws:
type: string
required:
- aws
- type
description: aws type for provider
example: AWS
cognigy:
type: string
required:
- cognigy
- type
description: cognigy type for provider
example: COGNIGY
botUrl:
Expand Down

0 comments on commit 5be8054

Please sign in to comment.