Jira · Schema

AvatarUrls

Avatar URLs in multiple sizes.

AgileIssue TrackingITSMProject ManagementService Management

Properties

Name Type Description
16x16 string
24x24 string
32x32 string
48x48 string
View JSON Schema on GitHub

JSON Schema

jira-cloud-platform-rest-avatar-urls-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "AvatarUrls",
  "type": "object",
  "description": "Avatar URLs in multiple sizes.",
  "properties": {
    "16x16": {
      "type": "string"
    },
    "24x24": {
      "type": "string"
    },
    "32x32": {
      "type": "string"
    },
    "48x48": {
      "type": "string"
    }
  }
}