Atlassian · Schema

UserDetails

CodeCollaborationPlatformProductivitySoftware Development

Properties

Name Type Description
business object
personal object
View JSON Schema on GitHub

JSON Schema

atlassian-confluence-content-user-details-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "UserDetails",
  "type": "object",
  "properties": {
    "business": {
      "type": "object"
    },
    "personal": {
      "type": "object"
    }
  }
}