Atlassian · Schema

ResolutionJsonBean

CodeCollaborationPlatformProductivitySoftware Development

Properties

Name Type Description
default boolean
description string
iconUrl string
id string
name string
self string
View JSON Schema on GitHub

JSON Schema

atlassian-resolutionjsonbean-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ResolutionJsonBean",
  "title": "ResolutionJsonBean",
  "additionalProperties": false,
  "properties": {
    "default": {
      "type": "boolean"
    },
    "description": {
      "type": "string"
    },
    "iconUrl": {
      "type": "string"
    },
    "id": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "self": {
      "type": "string"
    }
  },
  "type": "object"
}