Atlassian · Schema

CustomFieldContextDefaultValueForgeObjectField

The default value for a Forge object custom field.

CodeCollaborationPlatformProductivitySoftware Development

Properties

Name Type Description
object object The default JSON object.
type string
View JSON Schema on GitHub

JSON Schema

atlassian-customfieldcontextdefaultvalueforgeobjectfield-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CustomFieldContextDefaultValueForgeObjectField",
  "title": "CustomFieldContextDefaultValueForgeObjectField",
  "description": "The default value for a Forge object custom field.",
  "properties": {
    "object": {
      "description": "The default JSON object.",
      "type": "object"
    },
    "type": {
      "type": "string"
    }
  },
  "required": [
    "type"
  ],
  "type": "object"
}