Atlassian · Schema

FieldReferenceData

Details of a field that can be used in advanced searches.

CodeCollaborationPlatformProductivitySoftware Development

Properties

Name Type Description
auto string Whether the field provide auto-complete suggestions.
cfid string If the item is a custom field, the ID of the custom field.
deprecated string Whether this field has been deprecated.
deprecatedSearcherKey string The searcher key of the field, only passed when the field is deprecated.
displayName string The display name contains the following: * for system fields, the field name. For example, `Summary`. * for collapsed custom fields, the field name followed by a hyphen and then the field name and fie
operators array The valid search operators for the field.
orderable string Whether the field can be used in a query's `ORDER BY` clause.
searchable string Whether the content of this field can be searched.
types array The data types of items in the field.
value string The field identifier.
View JSON Schema on GitHub

JSON Schema

atlassian-fieldreferencedata-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/FieldReferenceData",
  "title": "FieldReferenceData",
  "additionalProperties": false,
  "description": "Details of a field that can be used in advanced searches.",
  "properties": {
    "auto": {
      "description": "Whether the field provide auto-complete suggestions.",
      "enum": [
        "true",
        "false"
      ],
      "type": "string"
    },
    "cfid": {
      "description": "If the item is a custom field, the ID of the custom field.",
      "type": "string"
    },
    "deprecated": {
      "description": "Whether this field has been deprecated.",
      "enum": [
        "true",
        "false"
      ],
      "type": "string"
    },
    "deprecatedSearcherKey": {
      "description": "The searcher key of the field, only passed when the field is deprecated.",
      "type": "string"
    },
    "displayName": {
      "description": "The display name contains the following:\n\n *  for system fields, the field name. For example, `Summary`.\n *  for collapsed custom fields, the field name followed by a hyphen and then the field name and field type. For example, `Component - Component[Dropdown]`.\n *  for other custom fields, the field name followed by a hyphen and then the custom field ID. For example, `Component - cf[10061]`.",
      "type": "string"
    },
    "operators": {
      "description": "The valid search operators for the field.",
      "items": {
        "type": "string"
      },
      "type": "array"
    },
    "orderable": {
      "description": "Whether the field can be used in a query's `ORDER BY` clause.",
      "enum": [
        "true",
        "false"
      ],
      "type": "string"
    },
    "searchable": {
      "description": "Whether the content of this field can be searched.",
      "enum": [
        "true",
        "false"
      ],
      "type": "string"
    },
    "types": {
      "description": "The data types of items in the field.",
      "items": {
        "type": "string"
      },
      "type": "array"
    },
    "value": {
      "description": "The field identifier.",
      "type": "string"
    }
  },
  "type": "object"
}

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-fieldreferencedata"
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.