Jira · JSON Structure

Jira Cloud Platform Rest Avatar Urls Structure

Type: object Properties: 4
AgileIssue TrackingITSMProject ManagementService Management

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

Properties

16x16 24x24 32x32 48x48

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "AvatarUrls",
  "type": "object",
  "properties": {
    "16x16": {
      "type": "string"
    },
    "24x24": {
      "type": "string"
    },
    "32x32": {
      "type": "string"
    },
    "48x48": {
      "type": "string"
    }
  }
}