Atlassian · Schema

SystemInfoEntity

CodeCollaborationPlatformProductivitySoftware Development

Properties

Name Type Description
cloudId string
commitHash string
baseUrl string
edition string
siteTitle string
defaultLocale string
defaultTimeZone string
microsPerimeter string
View JSON Schema on GitHub

JSON Schema

atlassian-confluence-settings-system-info-entity-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "SystemInfoEntity",
  "type": "object",
  "properties": {
    "cloudId": {
      "type": "string"
    },
    "commitHash": {
      "type": "string"
    },
    "baseUrl": {
      "type": "string"
    },
    "edition": {
      "type": "string"
    },
    "siteTitle": {
      "type": "string"
    },
    "defaultLocale": {
      "type": "string"
    },
    "defaultTimeZone": {
      "type": "string"
    },
    "microsPerimeter": {
      "type": "string"
    }
  }
}