SObjectDescribe
Metadata describing a Salesforce SObject type, including its fields, relationships, and capabilities.
Fortune 500Artificial IntelligenceAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales
{
"type": "object",
"description": "Metadata describing a Salesforce SObject type, including its fields, relationships, and capabilities.\n",
"properties": {
"name": {
"type": "string",
"description": "The API name of the SObject type.",
"example": "Example Title"
},
"label": {
"type": "string",
"description": "The user-facing singular label for this object type.",
"example": "Example Title"
},
"labelPlural": {
"type": "string",
"description": "The user-facing plural label for this object type.",
"example": "example_value"
},
"keyPrefix": {
"type": "string",
"description": "The three-character key prefix used in record IDs for this type.",
"example": "example_value"
},
"queryable": {
"type": "boolean",
"description": "Whether records of this type can be queried with SOQL.",
"example": true
},
"searchable": {
"type": "boolean",
"description": "Whether records of this type can be searched with SOSL.",
"example": true
},
"createable": {
"type": "boolean",
"description": "Whether new records of this type can be created via the API.",
"example": true
},
"updateable": {
"type": "boolean",
"description": "Whether existing records of this type can be updated via the API.",
"example": true
},
"deletable": {
"type": "boolean",
"description": "Whether records of this type can be deleted via the API.",
"example": true
},
"fields": {
"type": "array",
"description": "Detailed metadata for each field on this SObject type.",
"example": [],
"items": {
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "The API name of the field."
},
"label": {
"type": "string",
"description": "The user-facing label for this field."
},
"type": {
"type": "string",
"description": "The data type of the field (e.g., string, boolean, date, reference, picklist).\n"
},
"nillable": {
"type": "boolean",
"description": "Whether this field can be set to null."
},
"updateable": {
"type": "boolean",
"description": "Whether this field can be updated via the API."
},
"createable": {
"type": "boolean",
"description": "Whether this field can be set when creating a record."
},
"length": {
"type": "integer",
"description": "Maximum character length for string fields. Zero for non-string fields.\n"
}
}
}
},
"urls": {
"type": "object",
"description": "Map of REST endpoint URLs for this SObject type.",
"example": "https://www.example.com"
}
},
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "SObjectDescribe"
}
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/salesforce-rest-s-object-describe"
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.