Atlassian · Schema

IssueUpdateMetadata

A list of editable field details.

CodeCollaborationPlatformProductivitySoftware Development

Properties

Name Type Description
fields object
View JSON Schema on GitHub

JSON Schema

atlassian-issueupdatemetadata-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/IssueUpdateMetadata",
  "title": "IssueUpdateMetadata",
  "description": "A list of editable field details.",
  "properties": {
    "fields": {
      "additionalProperties": {
        "$ref": "#/components/schemas/FieldMetadata"
      },
      "readOnly": true,
      "type": "object"
    }
  },
  "type": "object"
}