Atlassian · JSON Structure

Atlassian Confluence Longtask Long Task Status With Links Structure

Type: object Properties: 11
CodeCollaborationPlatformProductivitySoftware Development

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

Properties

ari id name elapsedTime percentageComplete successful finished messages status errors additionalDetails

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "LongTaskStatusWithLinks",
  "type": "object",
  "properties": {
    "ari": {
      "type": "string"
    },
    "id": {
      "type": "string"
    },
    "name": {
      "type": "object"
    },
    "elapsedTime": {
      "type": "integer"
    },
    "percentageComplete": {
      "type": "integer"
    },
    "successful": {
      "type": "boolean"
    },
    "finished": {
      "type": "boolean"
    },
    "messages": {
      "type": "array"
    },
    "status": {
      "type": "string"
    },
    "errors": {
      "type": "array"
    },
    "additionalDetails": {
      "type": "object"
    }
  }
}