Atlassian · JSON Structure

Atlassian Confluence Content Attachment Properties Update Body Structure

Type: object Properties: 6
CodeCollaborationPlatformProductivitySoftware Development

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

Properties

id type status title metadata extensions

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "AttachmentPropertiesUpdateBody",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "type": {
      "type": "string"
    },
    "status": {
      "type": "string"
    },
    "title": {
      "type": "string"
    },
    "metadata": {
      "type": "object"
    },
    "extensions": {
      "type": "object"
    }
  }
}