Salesforce · Schema

Properties12

Fortune 500Artificial IntelligenceAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Properties

Name Type Description
Id object
IsDeleted object
MasterRecordId object
AccountId object
LastName object
FirstName object
Salutation object
Name object
OtherStreet object
OtherCity object
OtherState object
OtherPostalCode object
OtherCountry object
OtherLatitude object
OtherLongitude object
OtherGeocodeAccuracy object
OtherAddress object
MailingStreet object
MailingCity object
MailingState object
MailingPostalCode object
MailingCountry object
MailingLatitude object
MailingLongitude object
MailingGeocodeAccuracy object
MailingAddress object
Phone object
Fax object
MobilePhone object
HomePhone object
OtherPhone object
AssistantPhone object
ReportsToId object
Email object
Title object
Department object
AssistantName object
LeadSource object
Birthdate object
Description object
OwnerId object
CreatedDate object
CreatedById object
LastModifiedDate object
LastModifiedById object
SystemModstamp object
LastActivityDate object
LastCURequestDate object
LastCUUpdateDate object
LastViewedDate object
LastReferencedDate object
EmailBouncedReason object
EmailBouncedDate object
IsEmailBounced object
PhotoUrl object
Jigsaw object
JigsawContactId object
CleanStatus object
IndividualId object
attributes object
View JSON Schema on GitHub

JSON Schema

salesforce-properties12-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "Id": {
      "type": "object",
      "properties": {
        "type": {
          "type": "string",
          "example": "example_value"
        }
      },
      "required": [
        "type"
      ]
    },
    "IsDeleted": {
      "type": "object",
      "properties": {
        "type": {
          "type": "string",
          "example": "example_value"
        },
        "description": {
          "type": "string",
          "example": "A sample description."
        }
      },
      "required": [
        "type",
        "description"
      ]
    },
    "MasterRecordId": {
      "type": "object",
      "properties": {
        "type": {
          "type": "string",
          "example": "example_value"
        },
        "description": {
          "type": "string",
          "example": "A sample description."
        }
      },
      "required": [
        "type",
        "description"
      ]
    },
    "AccountId": {
      "type": "object",
      "properties": {
        "type": {
          "type": "string",
          "example": "example_value"
        },
        "description": {
          "type": "string",
          "example": "A sample description."
        }
      },
      "required": [
        "type",
        "description"
      ]
    },
    "LastName": {
      "type": "object",
      "properties": {
        "type": {
          "type": "string",
          "example": "example_value"
        },
        "description": {
          "type": "string",
          "example": "A sample description."
        }
      },
      "required": [
        "type",
        "description"
      ]
    },
    "FirstName": {
      "type": "object",
      "properties": {
        "type": {
          "type": "string",
          "example": "example_value"
        },
        "description": {
          "type": "string",
          "example": "A sample description."
        }
      },
      "required": [
        "type",
        "description"
      ]
    },
    "Salutation": {
      "type": "object",
      "properties": {
        "type": {
          "type": "string",
          "example": "example_value"
        },
        "description": {
          "type": "string",
          "example": "A sample description."
        }
      },
      "required": [
        "type",
        "description"
      ]
    },
    "Name": {
      "type": "object",
      "properties": {
        "type": {
          "type": "string",
          "example": "example_value"
        },
        "description": {
          "type": "string",
          "example": "A sample description."
        }
      },
      "required": [
        "type",
        "description"
      ]
    },
    "OtherStreet": {
      "type": "object",
      "properties": {
        "type": {
          "type": "string",
          "example": "example_value"
        },
        "description": {
          "type": "string",
          "example": "A sample description."
        }
      },
      "required": [
        "type",
        "description"
      ]
    },
    "OtherCity": {
      "type": "object",
      "properties": {
        "type": {
          "type": "string",
          "example": "example_value"
        },
        "description": {
          "type": "string",
          "example": "A sample description."
        }
      },
      "required": [
        "type",
        "description"
      ]
    },
    "OtherState": {
      "type": "object",
      "properties": {
        "type": {
          "type": "string",
          "example": "example_value"
        },
        "description": {
          "type": "string",
          "example": "A sample description."
        }
      },
      "required": [
        "type",
        "description"
      ]
    },
    "OtherPostalCode": {
      "type": "object",
      "properties": {
        "type": {
          "type": "string",
          "example": "example_value"
        },
        "description": {
          "type": "string",
          "example": "A sample description."
        }
      },
      "required": [
        "type",
        "description"
      ]
    },
    "OtherCountry": {
      "type": "object",
      "properties": {
        "type": {
          "type": "string",
          "example": "example_value"
        },
        "description": {
          "type": "string",
          "example": "A sample description."
        }
      },
      "required": [
        "type",
        "description"
      ]
    },
    "OtherLatitude": {
      "type": "object",
      "properties": {
        "type": {
          "type": "string",
          "example": "example_value"
        },
        "description": {
          "type": "string",
          "example": "A sample description."
        }
      },
      "required": [
        "type",
        "description"
      ]
    },
    "OtherLongitude": {
      "type": "object",
      "properties": {
        "type": {
          "type": "string",
          "example": "example_value"
        },
        "description": {
          "type": "string",
          "example": "A sample description."
        }
      },
      "required": [
        "type",
        "description"
      ]
    },
    "OtherGeocodeAccuracy": {
      "type": "object",
      "properties": {
        "type": {
          "type": "string",
          "example": "example_value"
        },
        "description": {
          "type": "string",
          "example": "A sample description."
        }
      },
      "required": [
        "type",
        "description"
      ]
    },
    "OtherAddress": {
      "type": "object",
      "properties": {
        "type": {
          "type": "string",
          "example": "example_value"
        },
        "description": {
          "type": "string",
          "example": "A sample description."
        }
      },
      "required": [
        "type",
        "description"
      ]
    },
    "MailingStreet": {
      "type": "object",
      "properties": {
        "type": {
          "type": "string",
          "example": "example_value"
        },
        "description": {
          "type": "string",
          "example": "A sample description."
        }
      },
      "required": [
        "type",
        "description"
      ]
    },
    "MailingCity": {
      "type": "object",
      "properties": {
        "type": {
          "type": "string",
          "example": "example_value"
        },
        "description": {
          "type": "string",
          "example": "A sample description."
        }
      },
      "required": [
        "type",
        "description"
      ]
    },
    "MailingState": {
      "type": "object",
      "properties": {
        "type": {
          "type": "string",
          "example": "example_value"
        },
        "description": {
          "type": "string",
          "example": "A sample description."
        }
      },
      "required": [
        "type",
        "description"
      ]
    },
    "MailingPostalCode": {
      "type": "object",
      "properties": {
        "type": {
          "type": "string",
          "example": "example_value"
        },
        "description": {
          "type": "string",
          "example": "A sample description."
        }
      },
      "required": [
        "type",
        "description"
      ]
    },
    "MailingCountry": {
      "type": "object",
      "properties": {
        "type": {
          "type": "string",
          "example": "example_value"
        },
        "description": {
          "type": "string",
          "example": "A sample description."
        }
      },
      "required": [
        "type",
        "description"
      ]
    },
    "MailingLatitude": {
      "type": "object",
      "properties": {
        "type": {
          "type": "string",
          "example": "example_value"
        },
        "description": {
          "type": "string",
          "example": "A sample description."
        }
      },
      "required": [
        "type",
        "description"
      ]
    },
    "MailingLongitude": {
      "type": "object",
      "properties": {
        "type": {
          "type": "string",
          "example": "example_value"
        },
        "description": {
          "type": "string",
          "example": "A sample description."
        }
      },
      "required": [
        "type",
        "description"
      ]
    },
    "MailingGeocodeAccuracy": {
      "type": "object",
      "properties": {
        "type": {
          "type": "string",
          "example": "example_value"
        },
        "description": {
          "type": "string",
          "example": "A sample description."
        }
      },
      "required": [
        "type",
        "description"
      ]
    },
    "MailingAddress": {
      "type": "object",
      "properties": {
        "type": {
          "type": "string",
          "example": "example_value"
        },
        "description": {
          "type": "string",
          "example": "A sample description."
        }
      },
      "required": [
        "type",
        "description"
      ]
    },
    "Phone": {
      "type": "object",
      "properties": {
        "type": {
          "type": "string",
          "example": "example_value"
        },
        "description": {
          "type": "string",
          "example": "A sample description."
        }
      },
      "required": [
        "type",
        "description"
      ]
    },
    "Fax": {
      "type": "object",
      "properties": {
        "type": {
          "type": "string",
          "example": "example_value"
        },
        "description": {
          "type": "string",
          "example": "A sample description."
        }
      },
      "required": [
        "type",
        "description"
      ]
    },
    "MobilePhone": {
      "type": "object",
      "properties": {
        "type": {
          "type": "string",
          "example": "example_value"
        },
        "description": {
          "type": "string",
          "example": "A sample description."
        }
      },
      "required": [
        "type",
        "description"
      ]
    },
    "HomePhone": {
      "type": "object",
      "properties": {
        "type": {
          "type": "string",
          "example": "example_value"
        },
        "description": {
          "type": "string",
          "example": "A sample description."
        }
      },
      "required": [
        "type",
        "description"
      ]
    },
    "OtherPhone": {
      "type": "object",
      "properties": {
        "type": {
          "type": "string",
          "example": "example_value"
        },
        "description": {
          "type": "string",
          "example": "A sample description."
        }
      },
      "required": [
        "type",
        "description"
      ]
    },
    "AssistantPhone": {
      "type": "object",
      "properties": {
        "type": {
          "type": "string",
          "example": "example_value"
        },
        "description": {
          "type": "string",
          "example": "A sample description."
        }
      },
      "required": [
        "type",
        "description"
      ]
    },
    "ReportsToId": {
      "type": "object",
      "properties": {
        "type": {
          "type": "string",
          "example": "example_value"
        },
        "description": {
          "type": "string",
          "example": "A sample description."
        }
      },
      "required": [
        "type",
        "description"
      ]
    },
    "Email": {
      "type": "object",
      "properties": {
        "type": {
          "type": "string",
          "example": "example_value"
        },
        "description": {
          "type": "string",
          "example": "A sample description."
        }
      },
      "required": [
        "type",
        "description"
      ]
    },
    "Title": {
      "type": "object",
      "properties": {
        "type": {
          "type": "string",
          "example": "example_value"
        },
        "description": {
          "type": "string",
          "example": "A sample description."
        }
      },
      "required": [
        "type",
        "description"
      ]
    },
    "Department": {
      "type": "object",
      "properties": {
        "type": {
          "type": "string",
          "example": "example_value"
        },
        "description": {
          "type": "string",
          "example": "A sample description."
        }
      },
      "required": [
        "type",
        "description"
      ]
    },
    "AssistantName": {
      "type": "object",
      "properties": {
        "type": {
          "type": "string",
          "example": "example_value"
        },
        "description": {
          "type": "string",
          "example": "A sample description."
        }
      },
      "required": [
        "type",
        "description"
      ]
    },
    "LeadSource": {
      "type": "object",
      "properties": {
        "type": {
          "type": "string",
          "example": "example_value"
        },
        "description": {
          "type": "string",
          "example": "A sample description."
        }
      },
      "required": [
        "type",
        "description"
      ]
    },
    "Birthdate": {
      "type": "object",
      "properties": {
        "type": {
          "type": "string",
          "example": "example_value"
        },
        "description": {
          "type": "string",
          "example": "A sample description."
        },
        "format": {
          "type": "string",
          "example": "example_value"
        }
      },
      "required": [
        "type",
        "description",
        "format"
      ]
    },
    "Description": {
      "type": "object",
      "properties": {
        "type": {
          "type": "string",
          "example": "example_value"
        },
        "description": {
          "type": "string",
          "example": "A sample description."
        }
      },
      "required": [
        "type",
        "description"
      ]
    },
    "OwnerId": {
      "type": "object",
      "properties": {
        "type": {
          "type": "string",
          "example": "example_value"
        },
        "description": {
          "type": "string",
          "example": "A sample description."
        }
      },
      "required": [
        "type",
        "description"
      ]
    },
    "CreatedDate": {
      "type": "object",
      "properties": {
        "type": {
          "type": "string",
          "example": "example_value"
        },
        "format": {
          "type": "string",
          "example": "example_value"
        }
      },
      "required": [
        "type",
        "format"
      ]
    },
    "CreatedById": {
      "type": "object",
      "properties": {
        "type": {
          "type": "string",
          "example": "example_value"
        }
      },
      "required": [
        "type"
      ]
    },
    "LastModifiedDate": {
      "type": "object",
      "properties": {
        "type": {
          "type": "string",
          "example": "example_value"
        },
        "format": {
          "type": "string",
          "example": "example_value"
        }
      },
      "required": [
        "type",
        "format"
      ]
    },
    "LastModifiedById": {
      "type": "object",
      "properties": {
        "type": {
          "type": "string",
          "example": "example_value"
        }
      },
      "required": [
        "type"
      ]
    },
    "SystemModstamp": {
      "type": "object",
      "properties": {
        "type": {
          "type": "string",
          "example": "example_value"
        },
        "format": {
          "type": "string",
          "example": "example_value"
        }
      },
      "required": [
        "type",
        "format"
      ]
    },
    "LastActivityDate": {
      "type": "object",
      "properties": {
        "type": {
          "type": "string",
          "example": "example_value"
        },
        "description": {
          "type": "string",
          "example": "A sample description."
        },
        "format": {
          "type": "string",
          "example": "example_value"
        }
      },
      "required": [
        "type",
        "description",
        "format"
      ]
    },
    "LastCURequestDate": {
      "type": "object",
      "properties": {
        "type": {
          "type": "string",
          "example": "example_value"
        },
        "format": {
          "type": "string",
          "example": "example_value"
        }
      },
      "required": [
        "type",
        "format"
      ]
    },
    "LastCUUpdateDate": {
      "type": "object",
      "properties": {
        "type": {
          "type": "string",
          "example": "example_value"
        },
        "format": {
          "type": "string",
          "example": "example_value"
        }
      },
      "required": [
        "type",
        "format"
      ]
    },
    "LastViewedDate": {
      "type": "object",
      "properties": {
        "type": {
          "type": "string",
          "example": "example_value"
        },
        "description": {
          "type": "string",
          "example": "A sample description."
        },
        "format": {
          "type": "string",
          "example": "example_value"
        }
      },
      "required": [
        "type",
        "description",
        "format"
      ]
    },
    "LastReferencedDate": {
      "type": "object",
      "properties": {
        "type": {
          "type": "string",
          "example": "example_value"
        },
        "description": {
          "type": "string",
          "example": "A sample description."
        },
        "format": {
          "type": "string",
          "example": "example_value"
        }
      },
      "required": [
        "type",
        "description",
        "format"
      ]
    },
    "EmailBouncedReason": {
      "type": "object",
      "properties": {
        "type": {
          "type": "string",
          "example": "example_value"
        },
        "description": {
          "type": "string",
          "example": "A sample description."
        }
      },
      "required": [
        "type",
        "description"
      ]
    },
    "EmailBouncedDate": {
      "type": "object",
      "properties": {
        "type": {
          "type": "string",
          "example": "example_value"
        },
        "description": {
          "type": "string",
          "example": "A sample description."
        },
        "format": {
          "type": "string",
          "example": "example_value"
        }
      },
      "required": [
        "type",
        "description",
        "format"
      ]
    },
    "IsEmailBounced": {
      "type": "object",
      "properties": {
        "type": {
          "type": "string",
          "example": "example_value"
        },
        "description": {
          "type": "string",
          "example": "A sample description."
        }
      },
      "required": [
        "type",
        "description"
      ]
    },
    "PhotoUrl": {
      "type": "object",
      "properties": {
        "type": {
          "type": "string",
          "example": "example_value"
        },
        "description": {
          "type": "string",
          "example": "A sample description."
        }
      },
      "required": [
        "type",
        "description"
      ]
    },
    "Jigsaw": {
      "type": "object",
      "properties": {
        "type": {
          "type": "string",
          "example": "example_value"
        },
        "description": {
          "type": "string",
          "example": "A sample description."
        }
      },
      "required": [
        "type",
        "description"
      ]
    },
    "JigsawContactId": {
      "type": "object",
      "properties": {
        "type": {
          "type": "string",
          "example": "example_value"
        }
      },
      "required": [
        "type"
      ]
    },
    "CleanStatus": {
      "type": "object",
      "properties": {
        "type": {
          "type": "string",
          "example": "example_value"
        },
        "description": {
          "type": "string",
          "example": "A sample description."
        }
      },
      "required": [
        "type",
        "description"
      ]
    },
    "IndividualId": {
      "type": "object",
      "properties": {
        "type": {
          "type": "string",
          "example": "example_value"
        },
        "description": {
          "type": "string",
          "example": "A sample description."
        }
      },
      "required": [
        "type",
        "description"
      ]
    },
    "attributes": {
      "type": "object",
      "properties": {
        "type": {
          "type": "string",
          "example": "example_value"
        },
        "properties": {
          "type": "object",
          "properties": {
            "type": {
              "type": "object",
              "properties": {
                "type": {
                  "type": "string",
                  "example": "example_value"
                }
              },
              "required": [
                "type"
              ]
            },
            "url": {
              "type": "object",
              "properties": {
                "type": {
                  "type": "string",
                  "example": "example_value"
                }
              },
              "required": [
                "type"
              ]
            }
          },
          "required": [
            "type",
            "url"
          ]
        }
      },
      "required": [
        "type",
        "properties"
      ]
    }
  },
  "required": [
    "Id",
    "IsDeleted",
    "MasterRecordId",
    "AccountId",
    "LastName",
    "FirstName",
    "Salutation",
    "Name",
    "OtherStreet",
    "OtherCity",
    "OtherState",
    "OtherPostalCode",
    "OtherCountry",
    "OtherLatitude",
    "OtherLongitude",
    "OtherGeocodeAccuracy",
    "OtherAddress",
    "MailingStreet",
    "MailingCity",
    "MailingState",
    "MailingPostalCode",
    "MailingCountry",
    "MailingLatitude",
    "MailingLongitude",
    "MailingGeocodeAccuracy",
    "MailingAddress",
    "Phone",
    "Fax",
    "MobilePhone",
    "HomePhone",
    "OtherPhone",
    "AssistantPhone",
    "ReportsToId",
    "Email",
    "Title",
    "Department",
    "AssistantName",
    "LeadSource",
    "Birthdate",
    "Description",
    "OwnerId",
    "CreatedDate",
    "CreatedById",
    "LastModifiedDate",
    "LastModifiedById",
    "SystemModstamp",
    "LastActivityDate",
    "LastCURequestDate",
    "LastCUUpdateDate",
    "LastViewedDate",
    "LastReferencedDate",
    "EmailBouncedReason",
    "EmailBouncedDate",
    "IsEmailBounced",
    "PhotoUrl",
    "Jigsaw",
    "JigsawContactId",
    "CleanStatus",
    "IndividualId",
    "attributes"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Properties12"
}

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/salesforce-properties12"
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.