Atlassian · Schema

FieldCreateMetadata

The metadata describing an issue field for createmeta.

CodeCollaborationPlatformProductivitySoftware Development

Properties

Name Type Description
allowedValues array The list of values allowed in the field.
autoCompleteUrl string The URL that can be used to automatically complete the field.
configuration object The configuration properties.
defaultValue object The default value of the field.
fieldId string The field id.
hasDefaultValue boolean Whether the field has a default value.
key string The key of the field.
name string The name of the field.
operations array The list of operations that can be performed on the field.
required boolean Whether the field is required.
schema object The data type of the field.
View JSON Schema on GitHub

JSON Schema

atlassian-fieldcreatemetadata-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/FieldCreateMetadata",
  "title": "FieldCreateMetadata",
  "additionalProperties": false,
  "description": "The metadata describing an issue field for createmeta.",
  "properties": {
    "allowedValues": {
      "description": "The list of values allowed in the field.",
      "items": {
        "readOnly": true
      },
      "readOnly": true,
      "type": "array"
    },
    "autoCompleteUrl": {
      "description": "The URL that can be used to automatically complete the field.",
      "readOnly": true,
      "type": "string"
    },
    "configuration": {
      "additionalProperties": {
        "readOnly": true
      },
      "description": "The configuration properties.",
      "readOnly": true,
      "type": "object"
    },
    "defaultValue": {
      "description": "The default value of the field.",
      "readOnly": true
    },
    "fieldId": {
      "description": "The field id.",
      "readOnly": true,
      "type": "string"
    },
    "hasDefaultValue": {
      "description": "Whether the field has a default value.",
      "readOnly": true,
      "type": "boolean"
    },
    "key": {
      "description": "The key of the field.",
      "readOnly": true,
      "type": "string"
    },
    "name": {
      "description": "The name of the field.",
      "readOnly": true,
      "type": "string"
    },
    "operations": {
      "description": "The list of operations that can be performed on the field.",
      "items": {
        "readOnly": true,
        "type": "string"
      },
      "readOnly": true,
      "type": "array"
    },
    "required": {
      "description": "Whether the field is required.",
      "readOnly": true,
      "type": "boolean"
    },
    "schema": {
      "allOf": [
        {
          "$ref": "#/components/schemas/JsonTypeBean"
        }
      ],
      "description": "The data type of the field.",
      "readOnly": true
    }
  },
  "required": [
    "fieldId",
    "key",
    "name",
    "operations",
    "required",
    "schema"
  ],
  "type": "object",
  "xml": {
    "name": "availableField"
  }
}

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-fieldcreatemetadata"
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 email required.

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