Atlassian · Schema

search_code_search_result

CodeCollaborationPlatformProductivitySoftware Development

Properties

Name Type Description
type string
content_match_count integer
content_matches array
path_matches array
View JSON Schema on GitHub

JSON Schema

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