Atlassian · JSON Structure

Atlassian Bitbucket User Search_Code_Search_Result Structure

Type: object Properties: 4
CodeCollaborationPlatformProductivitySoftware Development

search_code_search_result 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 content_match_count content_matches path_matches

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "search_code_search_result",
  "type": "object",
  "properties": {
    "type": {
      "type": "string"
    },
    "content_match_count": {
      "type": "integer"
    },
    "content_matches": {
      "type": "array"
    },
    "path_matches": {
      "type": "array"
    }
  }
}