Perplexity · Schema

CompletionResponseStatus

Status of a streaming completion response

View JSON Schema on GitHub

JSON Schema

perplexity-completionresponsestatus-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CompletionResponseStatus",
  "title": "CompletionResponseStatus",
  "description": "Status of a streaming completion response",
  "type": "string",
  "enum": [
    "PENDING",
    "COMPLETED"
  ]
}