Skip to content

Using OpenAPI Params in an Async API Spec #1623

Closed Answered by jpvajda
jpvajda asked this question in Q&A
Discussion options

You must be logged in to vote

I think I found a way to make this work using the specification extensions feature.

So I'll leave this issue as closed in case anyone is also looking at how to do this:

Using Specification Extensions

description: Recognize speaker changes. Each word in the transcript will be assigned a speaker number starting at 0
location: $message.payload#/diarize
default: "false"
x-schema:
  $ref: "../../../components/parameters/listen/diarize.yml#/schema"
examples:
  - "true"

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by jpvajda
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant