Atlassian · Schema

search_line

CodeCollaborationPlatformProductivitySoftware Development

Properties

Name Type Description
line integer
segments array
View JSON Schema on GitHub

JSON Schema

atlassian-bitbucket-user-search_line-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "search_line",
  "type": "object",
  "properties": {
    "line": {
      "type": "integer"
    },
    "segments": {
      "type": "array"
    }
  }
}