Salesforce · Schema

Record14

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Properties

Name Type Description
attributes object
Id string
IsDeleted boolean
MasterRecordId ['string', 'null']
Name string
Type string
ParentId ['string', 'null']
BillingStreet string
BillingCity string
BillingState string
BillingPostalCode ['string', 'null']
BillingCountry ['string', 'null']
BillingLatitude ['string', 'null']
BillingLongitude ['string', 'null']
BillingGeocodeAccuracy ['string', 'null']
BillingAddress object
ShippingStreet ['string', 'null']
ShippingCity ['string', 'null']
ShippingState ['string', 'null']
ShippingPostalCode ['string', 'null']
ShippingCountry ['string', 'null']
ShippingLatitude ['string', 'null']
ShippingLongitude ['string', 'null']
ShippingGeocodeAccuracy ['string', 'null']
ShippingAddress object
Phone string
Fax string
AccountNumber string
Website string
PhotoUrl string
Sic string
Industry string
AnnualRevenue integer
NumberOfEmployees integer
Ownership string
TickerSymbol ['string', 'null']
Description ['string', 'null']
Rating ['string', 'null']
Site ['string', 'null']
OwnerId string
CreatedDate string
CreatedById string
LastModifiedDate string
LastModifiedById string
SystemModstamp string
LastActivityDate ['string', 'null']
LastViewedDate ['string', 'null']
LastReferencedDate ['string', 'null']
IsPartner boolean
IsCustomerPortal boolean
ChannelProgramName ['string', 'null']
ChannelProgramLevelName ['string', 'null']
Jigsaw ['string', 'null']
JigsawCompanyId ['string', 'null']
CleanStatus string
AccountSource ['string', 'null']
DunsNumber ['string', 'null']
Tradestyle ['string', 'null']
NaicsCode ['string', 'null']
NaicsDesc ['string', 'null']
YearStarted ['string', 'null']
SicDesc ['string', 'null']
DandbCompanyId ['string', 'null']
CustomerPriority__c ['string', 'null']
SLA__c string
Active__c ['string', 'null']
NumberofLocations__c integer
UpsellOpportunity__c string
SLASerialNumber__c string
SLAExpirationDate__c string
View JSON Schema on GitHub

JSON Schema

salesforce-record14-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "attributes": {
      "type": "object",
      "properties": {
        "type": {
          "type": "string",
          "example": "example_value"
        },
        "url": {
          "type": "string",
          "example": "https://www.example.com"
        }
      },
      "required": [
        "type",
        "url"
      ]
    },
    "Id": {
      "type": "string",
      "example": "abc123"
    },
    "IsDeleted": {
      "type": "boolean",
      "example": true
    },
    "MasterRecordId": {
      "type": "['string', 'null']",
      "example": "500123"
    },
    "Name": {
      "type": "string",
      "example": "Example Title"
    },
    "Type": {
      "type": "string",
      "example": "example_value"
    },
    "ParentId": {
      "type": "['string', 'null']",
      "example": "500123"
    },
    "BillingStreet": {
      "type": "string",
      "example": "example_value"
    },
    "BillingCity": {
      "type": "string",
      "example": "example_value"
    },
    "BillingState": {
      "type": "string",
      "example": "example_value"
    },
    "BillingPostalCode": {
      "type": "['string', 'null']",
      "example": "example_value"
    },
    "BillingCountry": {
      "type": "['string', 'null']",
      "example": 42
    },
    "BillingLatitude": {
      "type": "['string', 'null']",
      "example": "example_value"
    },
    "BillingLongitude": {
      "type": "['string', 'null']",
      "example": "example_value"
    },
    "BillingGeocodeAccuracy": {
      "type": "['string', 'null']",
      "example": "example_value"
    },
    "BillingAddress": {
      "type": "object",
      "properties": {
        "city": {
          "type": "string",
          "example": "example_value"
        },
        "country": {
          "type": "['string', 'null']",
          "example": 42
        },
        "geocodeAccuracy": {
          "type": "['string', 'null']",
          "example": "example_value"
        },
        "latitude": {
          "type": "['string', 'null']",
          "example": "example_value"
        },
        "longitude": {
          "type": "['string', 'null']",
          "example": "example_value"
        },
        "postalCode": {
          "type": "['string', 'null']",
          "example": "example_value"
        },
        "state": {
          "type": "string",
          "example": "example_value"
        },
        "street": {
          "type": "string",
          "example": "example_value"
        }
      },
      "required": [
        "city",
        "country",
        "geocodeAccuracy",
        "latitude",
        "longitude",
        "postalCode",
        "state",
        "street"
      ]
    },
    "ShippingStreet": {
      "type": "['string', 'null']",
      "example": "example_value"
    },
    "ShippingCity": {
      "type": "['string', 'null']",
      "example": "example_value"
    },
    "ShippingState": {
      "type": "['string', 'null']",
      "example": "example_value"
    },
    "ShippingPostalCode": {
      "type": "['string', 'null']",
      "example": "example_value"
    },
    "ShippingCountry": {
      "type": "['string', 'null']",
      "example": 42
    },
    "ShippingLatitude": {
      "type": "['string', 'null']",
      "example": "example_value"
    },
    "ShippingLongitude": {
      "type": "['string', 'null']",
      "example": "example_value"
    },
    "ShippingGeocodeAccuracy": {
      "type": "['string', 'null']",
      "example": "example_value"
    },
    "ShippingAddress": {
      "type": "object",
      "example": "example_value"
    },
    "Phone": {
      "type": "string",
      "example": "example_value"
    },
    "Fax": {
      "type": "string",
      "example": "example_value"
    },
    "AccountNumber": {
      "type": "string",
      "example": 42
    },
    "Website": {
      "type": "string",
      "example": "example_value"
    },
    "PhotoUrl": {
      "type": "string",
      "example": "https://www.example.com"
    },
    "Sic": {
      "type": "string",
      "example": "example_value"
    },
    "Industry": {
      "type": "string",
      "example": "example_value"
    },
    "AnnualRevenue": {
      "type": "integer",
      "example": 10
    },
    "NumberOfEmployees": {
      "type": "integer",
      "example": 10
    },
    "Ownership": {
      "type": "string",
      "example": "example_value"
    },
    "TickerSymbol": {
      "type": "['string', 'null']",
      "example": "example_value"
    },
    "Description": {
      "type": "['string', 'null']",
      "example": "A sample description."
    },
    "Rating": {
      "type": "['string', 'null']",
      "example": "example_value"
    },
    "Site": {
      "type": "['string', 'null']",
      "example": "example_value"
    },
    "OwnerId": {
      "type": "string",
      "example": "500123"
    },
    "CreatedDate": {
      "type": "string",
      "example": "example_value"
    },
    "CreatedById": {
      "type": "string",
      "example": "500123"
    },
    "LastModifiedDate": {
      "type": "string",
      "example": "example_value"
    },
    "LastModifiedById": {
      "type": "string",
      "example": "500123"
    },
    "SystemModstamp": {
      "type": "string",
      "example": "example_value"
    },
    "LastActivityDate": {
      "type": "['string', 'null']",
      "example": "example_value"
    },
    "LastViewedDate": {
      "type": "['string', 'null']",
      "example": "example_value"
    },
    "LastReferencedDate": {
      "type": "['string', 'null']",
      "example": "example_value"
    },
    "IsPartner": {
      "type": "boolean",
      "example": true
    },
    "IsCustomerPortal": {
      "type": "boolean",
      "example": true
    },
    "ChannelProgramName": {
      "type": "['string', 'null']",
      "example": "example_value"
    },
    "ChannelProgramLevelName": {
      "type": "['string', 'null']",
      "example": "example_value"
    },
    "Jigsaw": {
      "type": "['string', 'null']",
      "example": "example_value"
    },
    "JigsawCompanyId": {
      "type": "['string', 'null']",
      "example": "500123"
    },
    "CleanStatus": {
      "type": "string",
      "example": "example_value"
    },
    "AccountSource": {
      "type": "['string', 'null']",
      "example": 42
    },
    "DunsNumber": {
      "type": "['string', 'null']",
      "example": "example_value"
    },
    "Tradestyle": {
      "type": "['string', 'null']",
      "example": "example_value"
    },
    "NaicsCode": {
      "type": "['string', 'null']",
      "example": "example_value"
    },
    "NaicsDesc": {
      "type": "['string', 'null']",
      "example": "example_value"
    },
    "YearStarted": {
      "type": "['string', 'null']",
      "example": "example_value"
    },
    "SicDesc": {
      "type": "['string', 'null']",
      "example": "example_value"
    },
    "DandbCompanyId": {
      "type": "['string', 'null']",
      "example": "500123"
    },
    "CustomerPriority__c": {
      "type": "['string', 'null']",
      "example": "example_value"
    },
    "SLA__c": {
      "type": "string",
      "example": "example_value"
    },
    "Active__c": {
      "type": "['string', 'null']",
      "example": "example_value"
    },
    "NumberofLocations__c": {
      "type": "integer",
      "example": 10
    },
    "UpsellOpportunity__c": {
      "type": "string",
      "example": "example_value"
    },
    "SLASerialNumber__c": {
      "type": "string",
      "example": "example_value"
    },
    "SLAExpirationDate__c": {
      "type": "string",
      "example": "example_value"
    }
  },
  "required": [
    "attributes",
    "Id",
    "IsDeleted",
    "MasterRecordId",
    "Name",
    "Type",
    "ParentId",
    "BillingStreet",
    "BillingCity",
    "BillingState",
    "BillingPostalCode",
    "BillingCountry",
    "BillingLatitude",
    "BillingLongitude",
    "BillingGeocodeAccuracy",
    "BillingAddress",
    "ShippingStreet",
    "ShippingCity",
    "ShippingState",
    "ShippingPostalCode",
    "ShippingCountry",
    "ShippingLatitude",
    "ShippingLongitude",
    "ShippingGeocodeAccuracy",
    "ShippingAddress",
    "Phone",
    "Fax",
    "AccountNumber",
    "Website",
    "PhotoUrl",
    "Sic",
    "Industry",
    "AnnualRevenue",
    "NumberOfEmployees",
    "Ownership",
    "TickerSymbol",
    "Description",
    "Rating",
    "Site",
    "OwnerId",
    "CreatedDate",
    "CreatedById",
    "LastModifiedDate",
    "LastModifiedById",
    "SystemModstamp",
    "LastActivityDate",
    "LastViewedDate",
    "LastReferencedDate",
    "IsPartner",
    "IsCustomerPortal",
    "ChannelProgramName",
    "ChannelProgramLevelName",
    "Jigsaw",
    "JigsawCompanyId",
    "CleanStatus",
    "AccountSource",
    "DunsNumber",
    "Tradestyle",
    "NaicsCode",
    "NaicsDesc",
    "YearStarted",
    "SicDesc",
    "DandbCompanyId",
    "CustomerPriority__c",
    "SLA__c",
    "Active__c",
    "NumberofLocations__c",
    "UpsellOpportunity__c",
    "SLASerialNumber__c",
    "SLAExpirationDate__c"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Record14"
}