Speakeasy · Schema

GithubGetActionResponse

response to a getting the latest action run on a GitHub request

AIDocumentationMCPPlatformSDKsTerraformTesting

Properties

Name Type Description
run_url string The URL for latest action run if available
run_status string The status of the latest action run if available
View JSON Schema on GitHub

JSON Schema

speakeasy-githubgetactionresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/GithubGetActionResponse",
  "title": "GithubGetActionResponse",
  "description": "response to a getting the latest action run on a GitHub request",
  "type": "object",
  "properties": {
    "run_url": {
      "type": "string",
      "description": "The URL for latest action run if available"
    },
    "run_status": {
      "type": "string",
      "description": "The status of the latest action run if available"
    }
  }
}