Atlassian · Schema

LookAndFeelWithLinks

Look and feel settings returned after an update.

CodeCollaborationPlatformProductivitySoftware Development
View JSON Schema on GitHub

JSON Schema

atlassian-lookandfeelwithlinks-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/LookAndFeelWithLinks",
  "title": "LookAndFeelWithLinks",
  "description": "Look and feel settings returned after an update.",
  "allOf": [
    {
      "$ref": "#/components/schemas/LookAndFeel"
    },
    {
      "type": "object",
      "properties": {
        "_links": {
          "$ref": "#/components/schemas/GenericLinks"
        }
      }
    }
  ]
}