Atlassian · Schema

search_segment

CodeCollaborationPlatformProductivitySoftware Development

Properties

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

JSON Schema

atlassian-bitbucket-workspaces-search_segment-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "search_segment",
  "type": "object",
  "properties": {
    "text": {
      "type": "string"
    },
    "match": {
      "type": "boolean"
    }
  }
}