Commit Search Result Item

Commit Search Result Item

APIs.ioEngineeringPlatform

Properties

Name Type Description
url string
sha string
html_url string
comments_url string
commit object
author object
committer object
parents array
repository object
score number
node_id string
text_matches object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-commit-search-result-item-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/commit-search-result-item",
  "title": "Commit Search Result Item",
  "description": "Commit Search Result Item",
  "type": "object",
  "properties": {
    "url": {
      "type": "string",
      "format": "uri"
    },
    "sha": {
      "type": "string"
    },
    "html_url": {
      "type": "string",
      "format": "uri"
    },
    "comments_url": {
      "type": "string",
      "format": "uri"
    },
    "commit": {
      "type": "object",
      "properties": {
        "author": {
          "type": "object",
          "properties": {
            "name": {
              "type": "string"
            },
            "email": {
              "type": "string"
            },
            "date": {
              "type": "string",
              "format": "date-time"
            }
          },
          "required": [
            "name",
            "email",
            "date"
          ]
        },
        "committer": {
          "$ref": "#/components/schemas/nullable-git-user"
        },
        "comment_count": {
          "type": "integer"
        },
        "message": {
          "type": "string"
        },
        "tree": {
          "type": "object",
          "properties": {
            "sha": {
              "type": "string"
            },
            "url": {
              "type": "string",
              "format": "uri"
            }
          },
          "required": [
            "sha",
            "url"
          ]
        },
        "url": {
          "type": "string",
          "format": "uri"
        },
        "verification": {
          "$ref": "#/components/schemas/verification"
        }
      },
      "required": [
        "author",
        "committer",
        "comment_count",
        "message",
        "tree",
        "url"
      ]
    },
    "author": {
      "$ref": "#/components/schemas/nullable-simple-user"
    },
    "committer": {
      "$ref": "#/components/schemas/nullable-git-user"
    },
    "parents": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "url": {
            "type": "string"
          },
          "html_url": {
            "type": "string"
          },
          "sha": {
            "type": "string"
          }
        }
      }
    },
    "repository": {
      "$ref": "#/components/schemas/minimal-repository"
    },
    "score": {
      "type": "number"
    },
    "node_id": {
      "type": "string"
    },
    "text_matches": {
      "$ref": "#/components/schemas/search-result-text-matches"
    }
  },
  "required": [
    "sha",
    "node_id",
    "url",
    "html_url",
    "author",
    "committer",
    "parents",
    "comments_url",
    "commit",
    "repository",
    "score"
  ]
}

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-commit-search-result-item"
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.