Bitbucket · JSON Structure

Bitbucket Cloud Rest Api Commit Structure

A Bitbucket Cloud commit.

Type: object Properties: 4
AtlassianCI/CDCode CollaborationCode ReviewDevOpsGitPull RequestsRepository HostingVersion Control

Commit is a JSON Structure definition published by Bitbucket, describing 4 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

type hash date message

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/bitbucket/refs/heads/main/json-structure/bitbucket-cloud-rest-api-commit-structure.json",
  "name": "Commit",
  "description": "A Bitbucket Cloud commit.",
  "type": "object",
  "properties": {
    "type": { "type": "string" },
    "hash": { "type": "string" },
    "date": { "type": "datetime" },
    "message": { "type": "string" }
  }
}