Atlassian · Schema

CustomFieldCreatedContextOptionsList

A list of custom field options for a context.

CodeCollaborationPlatformProductivitySoftware Development

Properties

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

JSON Schema

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