Atlassian · Schema

AttachmentArchiveEntry

CodeCollaborationPlatformProductivitySoftware Development

Properties

Name Type Description
abbreviatedName string
entryIndex integer
mediaType string
name string
size integer
View JSON Schema on GitHub

JSON Schema

atlassian-attachmentarchiveentry-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AttachmentArchiveEntry",
  "title": "AttachmentArchiveEntry",
  "additionalProperties": false,
  "properties": {
    "abbreviatedName": {
      "type": "string"
    },
    "entryIndex": {
      "format": "int64",
      "type": "integer"
    },
    "mediaType": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "size": {
      "format": "int64",
      "type": "integer"
    }
  },
  "type": "object"
}