Atlassian · Schema

CustomFieldUpdatedContextOptionsList

A list of custom field options for a context.

CodeCollaborationPlatformProductivitySoftware Development

Properties

Name Type Description
options array The updated custom field options.
View JSON Schema on GitHub

JSON Schema

atlassian-customfieldupdatedcontextoptionslist-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CustomFieldUpdatedContextOptionsList",
  "title": "CustomFieldUpdatedContextOptionsList",
  "additionalProperties": false,
  "description": "A list of custom field options for a context.",
  "properties": {
    "options": {
      "description": "The updated custom field options.",
      "items": {
        "$ref": "#/components/schemas/CustomFieldOptionUpdate"
      },
      "type": "array"
    }
  },
  "type": "object"
}