Atlassian · Schema

FieldDetails

Details about a field.

CodeCollaborationPlatformProductivitySoftware Development

Properties

Name Type Description
clauseNames array The names that can be used to reference the field in an advanced search. For more information, see [Advanced searching - fields reference](https://confluence.atlassian.com/x/gwORLQ).
custom boolean Whether the field is a custom field.
id string The ID of the field.
key string The key of the field.
name string The name of the field.
navigable boolean Whether the field can be used as a column on the issue navigator.
orderable boolean Whether the content of the field can be used to order lists.
schema object The data schema for the field.
scope object The scope of the field.
searchable boolean Whether the content of the field can be searched.
View JSON Schema on GitHub

JSON Schema

atlassian-fielddetails-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/FieldDetails",
  "title": "FieldDetails",
  "additionalProperties": false,
  "description": "Details about a field.",
  "properties": {
    "clauseNames": {
      "description": "The names that can be used to reference the field in an advanced search. For more information, see [Advanced searching - fields reference](https://confluence.atlassian.com/x/gwORLQ).",
      "items": {
        "type": "string"
      },
      "type": "array",
      "uniqueItems": true
    },
    "custom": {
      "description": "Whether the field is a custom field.",
      "type": "boolean"
    },
    "id": {
      "description": "The ID of the field.",
      "type": "string"
    },
    "key": {
      "description": "The key of the field.",
      "type": "string"
    },
    "name": {
      "description": "The name of the field.",
      "type": "string"
    },
    "navigable": {
      "description": "Whether the field can be used as a column on the issue navigator.",
      "type": "boolean"
    },
    "orderable": {
      "description": "Whether the content of the field can be used to order lists.",
      "type": "boolean"
    },
    "schema": {
      "allOf": [
        {
          "$ref": "#/components/schemas/JsonTypeBean"
        }
      ],
      "description": "The data schema for the field."
    },
    "scope": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Scope"
        }
      ],
      "description": "The scope of the field."
    },
    "searchable": {
      "description": "Whether the content of the field can be searched.",
      "type": "boolean"
    }
  },
  "type": "object",
  "xml": {
    "name": "field"
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/atlassian-fielddetails"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.