Atlassian · Schema

search_content_match

CodeCollaborationPlatformProductivitySoftware Development

Properties

Name Type Description
lines array
View JSON Schema on GitHub

JSON Schema

atlassian-search-content-match-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/search_content_match",
  "title": "search_content_match",
  "type": "object",
  "properties": {
    "lines": {
      "type": "array",
      "readOnly": true,
      "items": {
        "$ref": "#/components/schemas/search_line"
      },
      "example": []
    }
  }
}