Atlassian · JSON Structure

Atlassian Confluence Settings System Info Entity Structure

Type: object Properties: 8
CodeCollaborationPlatformProductivitySoftware Development

SystemInfoEntity is a JSON Structure definition published by Atlassian, describing 8 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

cloudId commitHash baseUrl edition siteTitle defaultLocale defaultTimeZone microsPerimeter

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "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"
    }
  }
}