Jira · JSON Structure

Jira Cloud Platform Rest Atlassian Document Format Structure

Type: object Properties: 3
AgileIssue TrackingITSMProject ManagementService Management

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

Properties

type version content

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "AtlassianDocumentFormat",
  "type": "object",
  "properties": {
    "type": {
      "type": "string"
    },
    "version": {
      "type": "integer"
    },
    "content": {
      "type": "array"
    }
  }
}