{ "$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`." }