Apideck · Schema

CustomObject

IntegrationUnified-API

Properties

Name Type Description
id string The unique identifier of the custom object
owner_id string The unique identifier of the owner of the custom object
name string The name of the custom object
fields array
updated_by string The unique identifier of the user who last updated the custom object
created_by string The unique identifier of the user who created the custom object
updated_at string The timestamp when the custom object was last updated
created_at string The timestamp when the custom object was created
pass_through object
View JSON Schema on GitHub

JSON Schema

apideck-customobject-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CustomObject",
  "title": "CustomObject",
  "type": "object",
  "x-apideck-schema-id": "CustomObject",
  "x-apideck-weights": {
    "id": "high",
    "name": "high",
    "description": "medium",
    "fields": "critical",
    "owner_id": "medium",
    "updated_by": "edge-case",
    "created_by": "edge-case",
    "updated_at": "medium",
    "created_at": "medium"
  },
  "additionalProperties": false,
  "properties": {
    "id": {
      "description": "The unique identifier of the custom object",
      "type": "string",
      "readOnly": true,
      "example": "co_12345"
    },
    "owner_id": {
      "description": "The unique identifier of the owner of the custom object",
      "type": "string",
      "readOnly": true,
      "example": "user_12345"
    },
    "name": {
      "description": "The name of the custom object",
      "type": "string",
      "example": "project",
      "nullable": true
    },
    "fields": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "name": {
            "type": "string",
            "example": "name"
          },
          "value": {
            "type": "string",
            "example": "string"
          }
        }
      }
    },
    "updated_by": {
      "description": "The unique identifier of the user who last updated the custom object",
      "type": "string",
      "readOnly": true,
      "example": "user_12345"
    },
    "created_by": {
      "description": "The unique identifier of the user who created the custom object",
      "type": "string",
      "readOnly": true,
      "example": "user_12345"
    },
    "updated_at": {
      "description": "The timestamp when the custom object was last updated",
      "type": "string",
      "example": "2020-09-30T07:43:32.000Z",
      "readOnly": true,
      "nullable": true
    },
    "created_at": {
      "description": "The timestamp when the custom object was created",
      "type": "string",
      "example": "2020-09-30T07:43:32.000Z",
      "readOnly": true,
      "nullable": true
    },
    "pass_through": {
      "$ref": "#/components/schemas/PassThroughBody"
    }
  }
}

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/apideck-customobject"
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.