Atlassian · Schema

SearchFieldLookAndFeel

CodeCollaborationPlatformProductivitySoftware Development

Properties

Name Type Description
backgroundColor string
color string
View JSON Schema on GitHub

JSON Schema

atlassian-searchfieldlookandfeel-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SearchFieldLookAndFeel",
  "title": "SearchFieldLookAndFeel",
  "required": [
    "backgroundColor",
    "color"
  ],
  "type": "object",
  "nullable": true,
  "properties": {
    "backgroundColor": {
      "type": "string",
      "example": "example_value"
    },
    "color": {
      "type": "string",
      "example": "example_value"
    }
  }
}