Atlassian · Schema

AddFieldBean

CodeCollaborationPlatformProductivitySoftware Development

Properties

Name Type Description
fieldId string The ID of the field to add.
View JSON Schema on GitHub

JSON Schema

atlassian-addfieldbean-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AddFieldBean",
  "title": "AddFieldBean",
  "additionalProperties": false,
  "properties": {
    "fieldId": {
      "description": "The ID of the field to add.",
      "type": "string"
    }
  },
  "required": [
    "fieldId"
  ],
  "type": "object"
}