Confluence · JSON Structure

Confluence Cloud V2 Attachment Structure

Type: object Properties: 11
CollaborationContent ManagementDocumentationKnowledge BaseWiki

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

Properties

id status title mediaType mediaTypeDescription comment fileSize webuiLink downloadLink pageId blogPostId

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Attachment",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "status": {
      "type": "string"
    },
    "title": {
      "type": "string"
    },
    "mediaType": {
      "type": "string"
    },
    "mediaTypeDescription": {
      "type": "string"
    },
    "comment": {
      "type": "string"
    },
    "fileSize": {
      "type": "integer"
    },
    "webuiLink": {
      "type": "string"
    },
    "downloadLink": {
      "type": "string"
    },
    "pageId": {
      "type": "string"
    },
    "blogPostId": {
      "type": "string"
    }
  }
}