Atlassian · Schema

search_segment

CodeCollaborationPlatformProductivitySoftware Development

Properties

Name Type Description
text string
match boolean
View JSON Schema on GitHub

JSON Schema

atlassian-search-segment-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/search_segment",
  "title": "search_segment",
  "type": "object",
  "properties": {
    "text": {
      "type": "string",
      "readOnly": true,
      "example": "example_value"
    },
    "match": {
      "type": "boolean",
      "readOnly": true,
      "example": true
    }
  }
}