Salesforce · JSON Structure

Salesforce Objects Structure

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

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

Properties

Account AccountBrand AccountHistory AccountPartner ActiveScratchOrg ActiveScratchOrgHistory ApiAnomalyEventStore AppAnalyticsQueryRequest AppMenuItem Asset AssetHistory AssetRelationship AssetRelationshipHistory AuthorizationForm AuthorizationFormConsent AuthorizationFormConsentHistory AuthorizationFormDataUse AuthorizationFormDataUseHistory AuthorizationFormHistory AuthorizationFormText AuthorizationFormTextHistory BackgroundOperation BusinessBrand BusinessHours Campaign CampaignHistory CampaignMember CampaignMemberStatus Case CaseComment CaseContactRole CaseHistory ChannelProgram ChannelProgramHistory ChannelProgramLevel ChannelProgramLevelHistory ChannelProgramMember ChannelProgramMemberHistory CommSubscription CommSubscriptionChannelType CommSubscriptionChannelTypeHistory CommSubscriptionHistory ConsumptionRate ConsumptionRateHistory ConsumptionSchedule ConsumptionScheduleHistory Contact ContactHistory ContactPointTypeConsent ContactPointTypeConsentHistory

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

JSON Structure

Raw ↑
{
  "type": "object",
  "name": "Objects",
  "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": [
        "apiName",
        "keyPrefix",
        "label",
        "labelPlural",
        "nameFields",
        "objectInfoUrl"
      ]
    },
    "CommSubscriptionChannelType": {
      "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"
      ]
    },
    "CommSubscriptionChannelTypeHistory": {
      "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"
      ]
    },
    "CommSubscriptionHistory": {
      "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"
      ]
    },
    "ConsumptionRate": {
      "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"
      ]
    },
    "ConsumptionRateHistory": {
      "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"
      ]
    },
    "ConsumptionSchedule": {
      "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"
      ]
    },
    "ConsumptionScheduleHistory": {
      "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"
      ]
    },
    "Contact": {
      "type": "object",
      "properties": {
        "apiName": {
          "type": "string"
        },
        "keyPrefix": {
          "type": "string"
        },
        "label": {
          "type": "string"
        },
        "labelPlural": {
          "type": "string"
        },
        "nameFields": {
          "type": "array",
          "description": "",
          "items": {
            "type": "string"
     

# --- truncated at 32 KB (121 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/salesforce/refs/heads/main/json-structure/salesforce-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-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.