Atlassian · JSON Structure

Atlassian Bitbucket Repositories Diffstat Structure

Type: object Properties: 4
CodeCollaborationPlatformProductivitySoftware Development

diffstat is a JSON Structure definition published by Atlassian, describing 4 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

type status lines_added lines_removed

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "diffstat",
  "type": "object",
  "properties": {
    "type": {
      "type": "string"
    },
    "status": {
      "type": "string"
    },
    "lines_added": {
      "type": "integer"
    },
    "lines_removed": {
      "type": "integer"
    }
  }
}