Microsoft Project · Schema

CustomField

Custom field schema from Microsoft Project Online REST API

BudgetingGantt ChartsMicrosoftPortfolio-ManagementProject ManagementResource ManagementSchedulingTask Management

Properties

Name Type Description
Id string Custom field identifier
InternalName string Internal name of the custom field
Name string Display name of the custom field
FieldType integer Field data type (0=Cost, 1=Date, 2=Duration, 3=Finish, 4=Flag, 5=Number, 6=Start, 7=Text)
EntityType integer Entity type (0=Project, 1=Resource, 2=Task)
Description string Field description
LookupTableId string Associated lookup table ID
IsRequired boolean Whether the field is required
IsMultilineText boolean Whether the text field supports multiple lines
Formula string Calculated field formula
View JSON Schema on GitHub

JSON Schema

rest-api-custom-field-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/microsoft-project/refs/heads/main/json-schema/rest-api-custom-field-schema.json",
  "title": "CustomField",
  "description": "Custom field schema from Microsoft Project Online REST API",
  "type": "object",
  "properties": {
    "Id": {
      "type": "string",
      "format": "uuid",
      "description": "Custom field identifier"
    },
    "InternalName": {
      "type": "string",
      "description": "Internal name of the custom field"
    },
    "Name": {
      "type": "string",
      "description": "Display name of the custom field"
    },
    "FieldType": {
      "type": "integer",
      "description": "Field data type (0=Cost, 1=Date, 2=Duration, 3=Finish, 4=Flag, 5=Number, 6=Start, 7=Text)"
    },
    "EntityType": {
      "type": "integer",
      "description": "Entity type (0=Project, 1=Resource, 2=Task)"
    },
    "Description": {
      "type": "string",
      "description": "Field description"
    },
    "LookupTableId": {
      "type": "string",
      "format": "uuid",
      "description": "Associated lookup table ID"
    },
    "IsRequired": {
      "type": "boolean",
      "description": "Whether the field is required"
    },
    "IsMultilineText": {
      "type": "boolean",
      "description": "Whether the text field supports multiple lines"
    },
    "Formula": {
      "type": "string",
      "description": "Calculated field formula"
    }
  }
}

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/rest-api-custom-field"
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.