Atlassian · Schema

LongTask

CodeCollaborationPlatformProductivitySoftware Development

Properties

Name Type Description
ari string the ARI for the long task, based on its ID
id string a unique identifier for the long task
links object
View JSON Schema on GitHub

JSON Schema

atlassian-confluence-content-long-task-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "LongTask",
  "type": "object",
  "properties": {
    "ari": {
      "type": "string",
      "description": "the ARI for the long task, based on its ID"
    },
    "id": {
      "type": "string",
      "description": "a unique identifier for the long task"
    },
    "links": {
      "type": "object"
    }
  }
}