simple-check-suite

A suite of checks performed on the code of a given code change

APIs.ioEngineeringPlatform

Properties

Name Type Description
after string
app object
before string
conclusion string
created_at string
head_branch string
head_sha string The SHA of the head commit that is being checked.
id integer
node_id string
pull_requests array
repository object
status string
updated_at string
url string
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-simple-check-suite-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/simple-check-suite",
  "title": "simple-check-suite",
  "description": "A suite of checks performed on the code of a given code change",
  "type": "object",
  "properties": {
    "after": {
      "example": "d6fde92930d4715a2b49857d24b940956b26d2d3",
      "type": "string",
      "nullable": true
    },
    "app": {
      "$ref": "#/components/schemas/integration"
    },
    "before": {
      "example": "146e867f55c26428e5f9fade55a9bbf5e95a7912",
      "type": "string",
      "nullable": true
    },
    "conclusion": {
      "example": "neutral",
      "type": "string",
      "nullable": true,
      "enum": [
        "success",
        "failure",
        "neutral",
        "cancelled",
        "skipped",
        "timed_out",
        "action_required",
        "stale",
        "startup_failure"
      ]
    },
    "created_at": {
      "type": "string",
      "format": "date-time"
    },
    "head_branch": {
      "example": "master",
      "type": "string",
      "nullable": true
    },
    "head_sha": {
      "description": "The SHA of the head commit that is being checked.",
      "example": "009b8a3a9ccbb128af87f9b1c0f4c62e8a304f6d",
      "type": "string"
    },
    "id": {
      "example": 5,
      "type": "integer"
    },
    "node_id": {
      "example": "MDEwOkNoZWNrU3VpdGU1",
      "type": "string"
    },
    "pull_requests": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/pull-request-minimal"
      }
    },
    "repository": {
      "$ref": "#/components/schemas/minimal-repository"
    },
    "status": {
      "example": "completed",
      "type": "string",
      "enum": [
        "queued",
        "in_progress",
        "completed",
        "pending",
        "waiting"
      ]
    },
    "updated_at": {
      "type": "string",
      "format": "date-time"
    },
    "url": {
      "example": "https://api.github.com/repos/github/hello-world/check-suites/5",
      "type": "string"
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/apis-io-engineering-platform-simple-check-suite"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.