Jira · JSON Structure

Jira Cloud Platform Rest Attachment Structure

Type: object Properties: 8
AgileIssue TrackingITSMProject ManagementService Management

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

Properties

self id filename created size mimeType content thumbnail

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": {
    "self": {
      "type": "string"
    },
    "id": {
      "type": "string"
    },
    "filename": {
      "type": "string"
    },
    "created": {
      "type": "string"
    },
    "size": {
      "type": "integer"
    },
    "mimeType": {
      "type": "string"
    },
    "content": {
      "type": "string"
    },
    "thumbnail": {
      "type": "string"
    }
  }
}