Atlassian · Schema

MultipleCustomFieldValuesUpdateDetails

List of updates for a custom fields.

CodeCollaborationPlatformProductivitySoftware Development

Properties

Name Type Description
updates array
View JSON Schema on GitHub

JSON Schema

atlassian-multiplecustomfieldvaluesupdatedetails-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/MultipleCustomFieldValuesUpdateDetails",
  "title": "MultipleCustomFieldValuesUpdateDetails",
  "additionalProperties": false,
  "description": "List of updates for a custom fields.",
  "properties": {
    "updates": {
      "items": {
        "$ref": "#/components/schemas/MultipleCustomFieldValuesUpdate"
      },
      "type": "array"
    }
  },
  "type": "object",
  "writeOnly": true
}