Salesforce · JSON Structure

Salesforce Geta Directoryof Supported Objects Structure

Type: object Properties: 1 Required: 1
Fortune 500Artificial IntelligenceAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

GetaDirectoryofSupportedObjects is a JSON Structure definition published by Salesforce, describing 1 property, of which 1 is required. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

objects

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "type": "object",
  "name": "GetaDirectoryofSupportedObjects",
  "properties": {
    "objects": {
      "type": "object",
      "properties": {
        "Account": {
          "type": "object",
          "properties": {
            "apiName": {
              "type": "string"
            },
            "keyPrefix": {
              "type": "string"
            },
            "label": {
              "type": "string"
            },
            "labelPlural": {
              "type": "string"
            },
            "nameFields": {
              "type": "array",
              "description": "",
              "items": {
                "type": "string"
              }
            },
            "objectInfoUrl": {
              "type": "string"
            }
          },
          "required": [
            "apiName",
            "keyPrefix",
            "label",
            "labelPlural",
            "nameFields",
            "objectInfoUrl"
          ]
        },
        "AccountBrand": {
          "type": "object",
          "properties": {
            "apiName": {
              "type": "string"
            },
            "keyPrefix": {
              "type": "string"
            },
            "label": {
              "type": "string"
            },
            "labelPlural": {
              "type": "string"
            },
            "nameFields": {
              "type": "array",
              "description": "",
              "items": {
                "type": "string"
              }
            },
            "objectInfoUrl": {
              "type": "string"
            }
          },
          "required": [
            "apiName",
            "keyPrefix",
            "label",
            "labelPlural",
            "nameFields",
            "objectInfoUrl"
          ]
        },
        "AccountHistory": {
          "type": "object",
          "properties": {
            "apiName": {
              "type": "string"
            },
            "keyPrefix": {
              "type": "string"
            },
            "label": {
              "type": "string"
            },
            "labelPlural": {
              "type": "string"
            },
            "nameFields": {
              "type": "array",
              "description": "",
              "items": {
                "type": "string"
              }
            },
            "objectInfoUrl": {
              "type": "string"
            }
          },
          "required": [
            "apiName",
            "keyPrefix",
            "label",
            "labelPlural",
            "nameFields",
            "objectInfoUrl"
          ]
        },
        "AccountPartner": {
          "type": "object",
          "properties": {
            "apiName": {
              "type": "string"
            },
            "keyPrefix": {
              "type": "string"
            },
            "label": {
              "type": "string"
            },
            "labelPlural": {
              "type": "string"
            },
            "nameFields": {
              "type": "array",
              "description": "",
              "items": {
                "type": "string"
              }
            },
            "objectInfoUrl": {
              "type": "string"
            }
          },
          "required": [
            "apiName",
            "keyPrefix",
            "label",
            "labelPlural",
            "nameFields",
            "objectInfoUrl"
          ]
        },
        "ActiveScratchOrg": {
          "type": "object",
          "properties": {
            "apiName": {
              "type": "string"
            },
            "keyPrefix": {
              "type": "string"
            },
            "label": {
              "type": "string"
            },
            "labelPlural": {
              "type": "string"
            },
            "nameFields": {
              "type": "array",
              "description": "",
              "items": {
                "type": "string"
              }
            },
            "objectInfoUrl": {
              "type": "string"
            }
          },
          "required": [
            "apiName",
            "keyPrefix",
            "label",
            "labelPlural",
            "nameFields",
            "objectInfoUrl"
          ]
        },
        "ActiveScratchOrgHistory": {
          "type": "object",
          "properties": {
            "apiName": {
              "type": "string"
            },
            "keyPrefix": {
              "type": "string"
            },
            "label": {
              "type": "string"
            },
            "labelPlural": {
              "type": "string"
            },
            "nameFields": {
              "type": "array",
              "description": "",
              "items": {
                "type": "string"
              }
            },
            "objectInfoUrl": {
              "type": "string"
            }
          },
          "required": [
            "apiName",
            "keyPrefix",
            "label",
            "labelPlural",
            "nameFields",
            "objectInfoUrl"
          ]
        },
        "ApiAnomalyEventStore": {
          "type": "object",
          "properties": {
            "apiName": {
              "type": "string"
            },
            "keyPrefix": {
              "type": "string"
            },
            "label": {
              "type": "string"
            },
            "labelPlural": {
              "type": "string"
            },
            "nameFields": {
              "type": "array",
              "description": "",
              "items": {
                "type": "string"
              }
            },
            "objectInfoUrl": {
              "type": "string"
            }
          },
          "required": [
            "apiName",
            "keyPrefix",
            "label",
            "labelPlural",
            "nameFields",
            "objectInfoUrl"
          ]
        },
        "AppAnalyticsQueryRequest": {
          "type": "object",
          "properties": {
            "apiName": {
              "type": "string"
            },
            "keyPrefix": {
              "type": "string"
            },
            "label": {
              "type": "string"
            },
            "labelPlural": {
              "type": "string"
            },
            "nameFields": {
              "type": "array",
              "description": "",
              "items": {
                "type": "string"
              }
            },
            "objectInfoUrl": {
              "type": "string"
            }
          },
          "required": [
            "apiName",
            "keyPrefix",
            "label",
            "labelPlural",
            "nameFields",
            "objectInfoUrl"
          ]
        },
        "AppMenuItem": {
          "type": "object",
          "properties": {
            "apiName": {
              "type": "string"
            },
            "keyPrefix": {
              "type": "string"
            },
            "label": {
              "type": "string"
            },
            "labelPlural": {
              "type": "string"
            },
            "nameFields": {
              "type": "array",
              "description": "",
              "items": {
                "type": "string"
              }
            },
            "objectInfoUrl": {
              "type": "string"
            }
          },
          "required": [
            "apiName",
            "keyPrefix",
            "label",
            "labelPlural",
            "nameFields",
            "objectInfoUrl"
          ]
        },
        "Asset": {
          "type": "object",
          "properties": {
            "apiName": {
              "type": "string"
            },
            "keyPrefix": {
              "type": "string"
            },
            "label": {
              "type": "string"
            },
            "labelPlural": {
              "type": "string"
            },
            "nameFields": {
              "type": "array",
              "description": "",
              "items": {
                "type": "string"
              }
            },
            "objectInfoUrl": {
              "type": "string"
            }
          },
          "required": [
            "apiName",
            "keyPrefix",
            "label",
            "labelPlural",
            "nameFields",
            "objectInfoUrl"
          ]
        },
        "AssetHistory": {
          "type": "object",
          "properties": {
            "apiName": {
              "type": "string"
            },
            "keyPrefix": {
              "type": "string"
            },
            "label": {
              "type": "string"
            },
            "labelPlural": {
              "type": "string"
            },
            "nameFields": {
              "type": "array",
              "description": "",
              "items": {
                "type": "string"
              }
            },
            "objectInfoUrl": {
              "type": "string"
            }
          },
          "required": [
            "apiName",
            "keyPrefix",
            "label",
            "labelPlural",
            "nameFields",
            "objectInfoUrl"
          ]
        },
        "AssetRelationship": {
          "type": "object",
          "properties": {
            "apiName": {
              "type": "string"
            },
            "keyPrefix": {
              "type": "string"
            },
            "label": {
              "type": "string"
            },
            "labelPlural": {
              "type": "string"
            },
            "nameFields": {
              "type": "array",
              "description": "",
              "items": {
                "type": "string"
              }
            },
            "objectInfoUrl": {
              "type": "string"
            }
          },
          "required": [
            "apiName",
            "keyPrefix",
            "label",
            "labelPlural",
            "nameFields",
            "objectInfoUrl"
          ]
        },
        "AssetRelationshipHistory": {
          "type": "object",
          "properties": {
            "apiName": {
              "type": "string"
            },
            "keyPrefix": {
              "type": "string"
            },
            "label": {
              "type": "string"
            },
            "labelPlural": {
              "type": "string"
            },
            "nameFields": {
              "type": "array",
              "description": "",
              "items": {
                "type": "string"
              }
            },
            "objectInfoUrl": {
              "type": "string"
            }
          },
          "required": [
            "apiName",
            "keyPrefix",
            "label",
            "labelPlural",
            "nameFields",
            "objectInfoUrl"
          ]
        },
        "AuthorizationForm": {
          "type": "object",
          "properties": {
            "apiName": {
              "type": "string"
            },
            "keyPrefix": {
              "type": "string"
            },
            "label": {
              "type": "string"
            },
            "labelPlural": {
              "type": "string"
            },
            "nameFields": {
              "type": "array",
              "description": "",
              "items": {
                "type": "string"
              }
            },
            "objectInfoUrl": {
              "type": "string"
            }
          },
          "required": [
            "apiName",
            "keyPrefix",
            "label",
            "labelPlural",
            "nameFields",
            "objectInfoUrl"
          ]
        },
        "AuthorizationFormConsent": {
          "type": "object",
          "properties": {
            "apiName": {
              "type": "string"
            },
            "keyPrefix": {
              "type": "string"
            },
            "label": {
              "type": "string"
            },
            "labelPlural": {
              "type": "string"
            },
            "nameFields": {
              "type": "array",
              "description": "",
              "items": {
                "type": "string"
              }
            },
            "objectInfoUrl": {
              "type": "string"
            }
          },
          "required": [
            "apiName",
            "keyPrefix",
            "label",
            "labelPlural",
            "nameFields",
            "objectInfoUrl"
          ]
        },
        "AuthorizationFormConsentHistory": {
          "type": "object",
          "properties": {
            "apiName": {
              "type": "string"
            },
            "keyPrefix": {
              "type": "string"
            },
            "label": {
              "type": "string"
            },
            "labelPlural": {
              "type": "string"
            },
            "nameFields": {
              "type": "array",
              "description": "",
              "items": {
                "type": "string"
              }
            },
            "objectInfoUrl": {
              "type": "string"
            }
          },
          "required": [
            "apiName",
            "keyPrefix",
            "label",
            "labelPlural",
            "nameFields",
            "objectInfoUrl"
          ]
        },
        "AuthorizationFormDataUse": {
          "type": "object",
          "properties": {
            "apiName": {
              "type": "string"
            },
            "keyPrefix": {
              "type": "string"
            },
            "label": {
              "type": "string"
            },
            "labelPlural": {
              "type": "string"
            },
            "nameFields": {
              "type": "array",
              "description": "",
              "items": {
                "type": "string"
              }
            },
            "objectInfoUrl": {
              "type": "string"
            }
          },
          "required": [
            "apiName",
            "keyPrefix",
            "label",
            "labelPlural",
            "nameFields",
            "objectInfoUrl"
          ]
        },
        "AuthorizationFormDataUseHistory": {
          "type": "object",
          "properties": {
            "apiName": {
              "type": "string"
            },
            "keyPrefix": {
              "type": "string"
            },
            "label": {
              "type": "string"
            },
            "labelPlural": {
              "type": "string"
            },
            "nameFields": {
              "type": "array",
              "description": "",
              "items": {
                "type": "string"
              }
            },
            "objectInfoUrl": {
              "type": "string"
            }
          },
          "required": [
            "apiName",
            "keyPrefix",
            "label",
            "labelPlural",
            "nameFields",
            "objectInfoUrl"
          ]
        },
        "AuthorizationFormHistory": {
          "type": "object",
          "properties": {
            "apiName": {
              "type": "string"
            },
            "keyPrefix": {
              "type": "string"
            },
            "label": {
              "type": "string"
            },
            "labelPlural": {
              "type": "string"
            },
            "nameFields": {
              "type": "array",
              "description": "",
              "items": {
                "type": "string"
              }
            },
            "objectInfoUrl": {
              "type": "string"
            }
          },
          "required": [
            "apiName",
            "keyPrefix",
            "label",
            "labelPlural",
            "nameFields",
            "objectInfoUrl"
          ]
        },
        "AuthorizationFormText": {
          "type": "object",
          "properties": {
            "apiName": {
              "type": "string"
            },
            "keyPrefix": {
              "type": "string"
            },
            "label": {
              "type": "string"
            },
            "labelPlural": {
              "type": "string"
            },
            "nameFields": {
              "type": "array",
              "description": "",
              "items": {
                "type": "string"
              }
            },
            "objectInfoUrl": {
              "type": "string"
            }
          },
          "required": [
            "apiName",
            "keyPrefix",
            "label",
            "labelPlural",
            "nameFields",
            "objectInfoUrl"
          ]
        },
        "AuthorizationFormTextHistory": {
          "type": "object",
          "properties": {
            "apiName": {
              "type": "string"
            },
            "keyPrefix": {
              "type": "string"
            },
            "label": {
              "type": "string"
            },
            "labelPlural": {
              "type": "string"
            },
            "nameFields": {
              "type": "array",
              "description": "",
              "items": {
                "type": "string"
              }
            },
            "objectInfoUrl": {
              "type": "string"
            }
          },
          "required": [
            "apiName",
            "keyPrefix",
            "label",
            "labelPlural",
            "nameFields",
            "objectInfoUrl"
          ]
        },
        "BackgroundOperation": {
          "type": "object",
          "properties": {
            "apiName": {
              "type": "string"
            },
            "keyPrefix": {
              "type": "string"
            },
            "label": {
              "type": "string"
            },
            "labelPlural": {
              "type": "string"
            },
            "nameFields": {
              "type": "array",
              "description": "",
              "items": {
                "type": "string"
              }
            },
            "objectInfoUrl": {
              "type": "string"
            }
          },
          "required": [
            "apiName",
            "keyPrefix",
            "label",
            "labelPlural",
            "nameFields",
            "objectInfoUrl"
          ]
        },
        "BusinessBrand": {
          "type": "object",
          "properties": {
            "apiName": {
              "type": "string"
            },
            "keyPrefix": {
              "type": "string"
            },
            "label": {
              "type": "string"
            },
            "labelPlural": {
              "type": "string"
            },
            "nameFields": {
              "type": "array",
              "description": "",
              "items": {
                "type": "string"
              }
            },
            "objectInfoUrl": {
              "type": "string"
            }
          },
          "required": [
            "apiName",
            "keyPrefix",
            "label",
            "labelPlural",
            "nameFields",
            "objectInfoUrl"
          ]
        },
        "BusinessHours": {
          "type": "object",
          "properties": {
            "apiName": {
              "type": "string"
            },
            "keyPrefix": {
              "type": "string"
            },
            "label": {
              "type": "string"
            },
            "labelPlural": {
              "type": "string"
            },
            "nameFields": {
              "type": "array",
              "description": "",
              "items": {
                "type": "string"
              }
            },
            "objectInfoUrl": {
              "type": "string"
            }
          },
          "required": [
            "apiName",
            "keyPrefix",
            "label",
            "labelPlural",
            "nameFields",
            "objectInfoUrl"
          ]
        },
        "Campaign": {
          "type": "object",
          "properties": {
            "apiName": {
              "type": "string"
            },
            "keyPrefix": {
              "type": "string"
            },
            "label": {
              "type": "string"
            },
            "labelPlural": {
              "type": "string"
            },
            "nameFields": {
              "type": "array",
              "description": "",
              "items": {
                "type": "string"
              }
            },
            "objectInfoUrl": {
              "type": "string"
            }
          },
          "required": [
            "apiName",
            "keyPrefix",
            "label",
            "labelPlural",
            "nameFields",
            "objectInfoUrl"
          ]
        },
        "CampaignHistory": {
          "type": "object",
          "properties": {
            "apiName": {
              "type": "string"
            },
            "keyPrefix": {
              "type": "string"
            },
            "label": {
              "type": "string"
            },
            "labelPlural": {
              "type": "string"
            },
            "nameFields": {
              "type": "array",
              "description": "",
              "items": {
                "type": "string"
              }
            },
            "objectInfoUrl": {
              "type": "string"
            }
          },
          "required": [
            "apiName",
            "keyPrefix",
            "label",
            "labelPlural",
            "nameFields",
            "objectInfoUrl"
          ]
        },
        "CampaignMember": {
          "type": "object",
          "properties": {
            "apiName": {
              "type": "string"
            },
            "keyPrefix": {
              "type": "string"
            },
            "label": {
              "type": "string"
            },
            "labelPlural": {
              "type": "string"
            },
            "nameFields": {
              "type": "array",
              "description": "",
              "items": {
                "type": "string"
              }
            },
            "objectInfoUrl": {
              "type": "string"
            }
          },
          "required": [
            "apiName",
            "keyPrefix",
            "label",
            "labelPlural",
            "nameFields",
            "objectInfoUrl"
          ]
        },
        "CampaignMemberStatus": {
          "type": "object",
          "properties": {
            "apiName": {
              "type": "string"
            },
            "keyPrefix": {
              "type": "string"
            },
            "label": {
              "type": "string"
            },
            "labelPlural": {
              "type": "string"
            },
            "nameFields": {
              "type": "array",
              "description": "",
              "items": {
                "type": "string"
              }
            },
            "objectInfoUrl": {
              "type": "string"
            }
          },
          "required": [
            "apiName",
            "keyPrefix",
            "label",
            "labelPlural",
            "nameFields",
            "objectInfoUrl"
          ]
        },
        "Case": {
          "type": "object",
          "properties": {
            "apiName": {
              "type": "string"
            },
            "keyPrefix": {
              "type": "string"
            },
            "label": {
              "type": "string"
            },
            "labelPlural": {
              "type": "string"
            },
            "nameFields": {
              "type": "array",
              "description": "",
              "items": {
                "type": "string"
              }
            },
            "objectInfoUrl": {
              "type": "string"
            }
          },
          "required": [
            "apiName",
            "keyPrefix",
            "label",
            "labelPlural",
            "nameFields",
            "objectInfoUrl"
          ]
        },
        "CaseComment": {
          "type": "object",
          "properties": {
            "apiName": {
              "type": "string"
            },
            "keyPrefix": {
              "type": "string"
            },
            "label": {
              "type": "string"
            },
            "labelPlural": {
              "type": "string"
            },
            "nameFields": {
              "type": "array",
              "description": "",
              "items": {
                "type": "string"
              }
            },
            "objectInfoUrl": {
              "type": "string"
            }
          },
          "required": [
            "apiName",
            "keyPrefix",
            "label",
            "labelPlural",
            "nameFields",
            "objectInfoUrl"
          ]
        },
        "CaseContactRole": {
          "type": "object",
          "properties": {
            "apiName": {
              "type": "string"
            },
            "keyPrefix": {
              "type": "string"
            },
            "label": {
              "type": "string"
            },
            "labelPlural": {
              "type": "string"
            },
            "nameFields": {
              "type": "array",
              "description": "",
              "items": {
                "type": "string"
              }
            },
            "objectInfoUrl": {
              "type": "string"
            }
          },
          "required": [
            "apiName",
            "keyPrefix",
            "label",
            "labelPlural",
            "nameFields",
            "objectInfoUrl"
          ]
        },
        "CaseHistory": {
          "type": "object",
          "properties": {
            "apiName": {
              "type": "string"
            },
            "keyPrefix": {
              "type": "string"
            },
            "label": {
              "type": "string"
            },
            "labelPlural": {
              "type": "string"
            },
            "nameFields": {
              "type": "array",
              "description": "",
              "items": {
                "type": "string"
              }
            },
            "objectInfoUrl": {
              "type": "string"
            }
          },
          "required": [
            "apiName",
            "keyPrefix",
            "label",
            "labelPlural",
            "nameFields",
            "objectInfoUrl"
          ]
        },
        "ChannelProgram": {
          "type": "object",
          "properties": {
            "apiName": {
              "type": "string"
            },
            "keyPrefix": {
              "type": "string"
            },
            "label": {
              "type": "string"
            },
            "labelPlural": {
              "type": "string"
            },
            "nameFields": {
              "type": "array",
              "description": "",
              "items": {
                "type": "string"
              }
            },
            "objectInfoUrl": {
              "type": "string"
            }
          },
          "required": [
            "apiName",
            "keyPrefix",
            "label",
            "labelPlural",
            "nameFields",
            "objectInfoUrl"
          ]
        },
        "ChannelProgramHistory": {
          "type": "object",
          "properties": {
            "apiName": {
              "type": "string"
            },
            "keyPrefix": {
              "type": "string"
            },
            "label": {
              "type": "string"
            },
            "labelPlural": {
              "type": "string"
            },
            "nameFields": {
              "type": "array",
              "description": "",
              "items": {
                "type": "string"
              }
            },
            "objectInfoUrl": {
              "type": "string"
            }
          },
          "required": [
            "apiName",
            "keyPrefix",
            "label",
            "labelPlural",
            "nameFields",
            "objectInfoUrl"
          ]
        },
        "ChannelProgramLevel": {
          "type": "object",
          "properties": {
            "apiName": {
              "type": "string"
            },
            "keyPrefix": {
              "type": "string"
            },
            "label": {
              "type": "string"
            },
            "labelPlural": {
              "type": "string"
            },
            "nameFields": {
              "type": "array",
              "description": "",
              "items": {
                "type": "string"
              }
            },
            "objectInfoUrl": {
              "type": "string"
            }
          },
          "required": [
            "apiName",
            "keyPrefix",
            "label",
            "labelPlural",
            "nameFields",
            "objectInfoUrl"
          ]
        },
        "ChannelProgramLevelHistory": {
          "type": "object",
          "properties": {
            "apiName": {
              "type": "string"
            },
            "keyPrefix": {
              "type": "string"
            },
            "label": {
              "type": "string"
            },
            "labelPlural": {
              "type": "string"
            },
            "nameFields": {
              "type": "array",
              "description": "",
              "items": {
                "type": "string"
              }
            },
            "objectInfoUrl": {
              "type": "string"
            }
          },
          "required": [
            "apiName",
            "keyPrefix",
            "label",
            "labelPlural",
            "nameFields",
            "objectInfoUrl"
          ]
        },
        "ChannelProgramMember": {
          "type": "object",
          "properties": {
            "apiName": {
              "type": "string"
            },
            "keyPrefix": {
              "type": "string"
            },
            "label": {
              "type": "string"
            },
            "labelPlural": {
              "type": "string"
            },
            "nameFields": {
              "type": "array",
              "description": "",
              "items": {
                "type": "string"
              }
            },
            "objectInfoUrl": {
              "type": "string"
            }
          },
          "required": [
            "apiName",
            "keyPrefix",
            "label",
            "labelPlural",
            "nameFields",
            "objectInfoUrl"
          ]
        },
        "ChannelProgramMemberHistory": {
          "type": "object",
          "properties": {
            "apiName": {
              "type": "string"
            },
            "keyPrefix": {
              "type": "string"
            },
            "label": {
              "type": "string"
            },
            "labelPlural": {
              "type": "string"
            },
            "nameFields": {
              "type": "array",
              "description": "",
              "items": {
                "type": "string"
              }
            },
            "objectInfoUrl": {
              "type": "string"
            }
          },
          "required": [
            "apiName",
            "keyPrefix",
            "label",
            "labelPlural",
            "nameFields",
            "objectInfoUrl"
          ]
        },
        "CommSubscription": {
          "type": "object",
          "properties": {
            "apiName": {
              "type": "string"
            },
            "keyPrefix": {
              "type": "string"
            },
            "label": {
              "type": "string"
            },
            "labelPlural": {
              "type": "string"
            },
            "nameFields": {
              "type": "array",
              "description": "",
              "items": {
                "type": "string"
              }
            },
            "objectInfoUrl": {
              "type": "string"
            }
          },
          "required": [
           

# --- truncated at 32 KB (146 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/salesforce/refs/heads/main/json-structure/salesforce-geta-directoryof-supported-objects-structure.json

Work with this as data

Every JSON Structure 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 json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure 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 Structure
curl "https://apis.io/api/v1/json-structures/salesforce-geta-directoryof-supported-objects-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?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.