Speakeasy · Schema

CodeSamplesJobStatus

The current status of the job. Possible values are `pending` or `running`.

AIDocumentationMCPPlatformSDKsTerraformTesting
View JSON Schema on GitHub

JSON Schema

speakeasy-codesamplesjobstatus-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CodeSamplesJobStatus",
  "title": "CodeSamplesJobStatus",
  "type": "string",
  "enum": [
    "pending",
    "running"
  ],
  "description": "The current status of the job. Possible values are `pending` or `running`."
}