Salesforce · Schema

Fields11

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Properties

Name Type Description
AnnualRevenue object
City object
Company object
Country object
CreatedBy object
CreatedById object
CreatedDate object
CurrentGenerators__c object
Description object
Email object
Fax object
FirstName object
Industry object
LastModifiedBy object
LastModifiedById object
LastModifiedDate object
LastName object
LeadSource object
MobilePhone object
NumberOfEmployees object
NumberofLocations__c object
Owner object
OwnerId object
Phone object
PostalCode object
Primary__c object
ProductInterest__c object
Rating object
SICCode__c object
Salutation object
State object
Status object
Street object
Title object
Website object
View JSON Schema on GitHub

JSON Schema

salesforce-fields11-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "AnnualRevenue": {
      "type": "object",
      "properties": {
        "displayValue": {
          "type": "['string', 'null']",
          "example": "example_value"
        },
        "value": {
          "type": "['string', 'null']",
          "example": "example_value"
        }
      },
      "required": [
        "displayValue",
        "value"
      ]
    },
    "City": {
      "type": "object",
      "properties": {
        "displayValue": {
          "type": "['string', 'null']",
          "example": "example_value"
        },
        "value": {
          "type": "['string', 'null']",
          "example": "example_value"
        }
      },
      "required": [
        "displayValue",
        "value"
      ]
    },
    "Company": {
      "type": "object",
      "properties": {
        "displayValue": {
          "type": "['string', 'null']",
          "example": "example_value"
        },
        "value": {
          "type": "string",
          "example": "example_value"
        }
      },
      "required": [
        "displayValue",
        "value"
      ]
    },
    "Country": {
      "type": "object",
      "properties": {
        "displayValue": {
          "type": "['string', 'null']",
          "example": "example_value"
        },
        "value": {
          "type": "string",
          "example": "example_value"
        }
      },
      "required": [
        "displayValue",
        "value"
      ]
    },
    "CreatedBy": {
      "type": "object",
      "properties": {
        "displayValue": {
          "type": "string",
          "example": "example_value"
        },
        "value": {
          "type": "object",
          "properties": {
            "apiName": {
              "type": "string",
              "example": "example_value"
            },
            "childRelationships": {
              "type": "object",
              "example": "example_value"
            },
            "eTag": {
              "type": "string",
              "example": "example_value"
            },
            "fields": {
              "type": "object",
              "properties": {
                "Id": {
                  "type": "object",
                  "properties": {
                    "displayValue": {
                      "type": "['string', 'null']",
                      "example": "example_value"
                    },
                    "value": {
                      "type": "string",
                      "example": "example_value"
                    }
                  },
                  "required": [
                    "displayValue",
                    "value"
                  ]
                },
                "Name": {
                  "type": "object",
                  "properties": {
                    "displayValue": {
                      "type": "['string', 'null']",
                      "example": "example_value"
                    },
                    "value": {
                      "type": "string",
                      "example": "example_value"
                    }
                  },
                  "required": [
                    "displayValue",
                    "value"
                  ]
                }
              },
              "required": [
                "Id",
                "Name"
              ]
            },
            "id": {
              "type": "string",
              "example": "abc123"
            },
            "lastModifiedById": {
              "type": "string",
              "example": "500123"
            },
            "lastModifiedDate": {
              "type": "string",
              "example": "example_value"
            },
            "recordTypeId": {
              "type": "['string', 'null']",
              "example": "500123"
            },
            "recordTypeInfo": {
              "type": "['string', 'null']",
              "example": "example_value"
            },
            "systemModstamp": {
              "type": "string",
              "example": "example_value"
            },
            "weakEtag": {
              "type": "integer",
              "example": 10
            }
          },
          "required": [
            "apiName",
            "childRelationships",
            "eTag",
            "fields",
            "id",
            "lastModifiedById",
            "lastModifiedDate",
            "recordTypeId",
            "recordTypeInfo",
            "systemModstamp",
            "weakEtag"
          ]
        }
      },
      "required": [
        "displayValue",
        "value"
      ]
    },
    "CreatedById": {
      "type": "object",
      "properties": {
        "displayValue": {
          "type": "['string', 'null']",
          "example": "example_value"
        },
        "value": {
          "type": "string",
          "example": "example_value"
        }
      },
      "required": [
        "displayValue",
        "value"
      ]
    },
    "CreatedDate": {
      "type": "object",
      "properties": {
        "displayValue": {
          "type": "string",
          "example": "example_value"
        },
        "value": {
          "type": "string",
          "example": "example_value"
        }
      },
      "required": [
        "displayValue",
        "value"
      ]
    },
    "CurrentGenerators__c": {
      "type": "object",
      "properties": {
        "displayValue": {
          "type": "['string', 'null']",
          "example": "example_value"
        },
        "value": {
          "type": "string",
          "example": "example_value"
        }
      },
      "required": [
        "displayValue",
        "value"
      ]
    },
    "Description": {
      "type": "object",
      "properties": {
        "displayValue": {
          "type": "['string', 'null']",
          "example": "example_value"
        },
        "value": {
          "type": "['string', 'null']",
          "example": "example_value"
        }
      },
      "required": [
        "displayValue",
        "value"
      ]
    },
    "Email": {
      "type": "object",
      "properties": {
        "displayValue": {
          "type": "['string', 'null']",
          "example": "example_value"
        },
        "value": {
          "type": "string",
          "example": "example_value"
        }
      },
      "required": [
        "displayValue",
        "value"
      ]
    },
    "Fax": {
      "type": "object",
      "properties": {
        "displayValue": {
          "type": "['string', 'null']",
          "example": "example_value"
        },
        "value": {
          "type": "['string', 'null']",
          "example": "example_value"
        }
      },
      "required": [
        "displayValue",
        "value"
      ]
    },
    "FirstName": {
      "type": "object",
      "properties": {
        "displayValue": {
          "type": "['string', 'null']",
          "example": "example_value"
        },
        "value": {
          "type": "string",
          "example": "example_value"
        }
      },
      "required": [
        "displayValue",
        "value"
      ]
    },
    "Industry": {
      "type": "object",
      "properties": {
        "displayValue": {
          "type": "['string', 'null']",
          "example": "example_value"
        },
        "value": {
          "type": "['string', 'null']",
          "example": "example_value"
        }
      },
      "required": [
        "displayValue",
        "value"
      ]
    },
    "LastModifiedBy": {
      "type": "object",
      "properties": {
        "displayValue": {
          "type": "string",
          "example": "example_value"
        },
        "value": {
          "type": "object",
          "properties": {
            "apiName": {
              "type": "string",
              "example": "example_value"
            },
            "childRelationships": {
              "type": "object",
              "example": "example_value"
            },
            "eTag": {
              "type": "string",
              "example": "example_value"
            },
            "fields": {
              "type": "object",
              "properties": {
                "Id": {
                  "type": "object",
                  "properties": {
                    "displayValue": {
                      "type": "['string', 'null']",
                      "example": "example_value"
                    },
                    "value": {
                      "type": "string",
                      "example": "example_value"
                    }
                  },
                  "required": [
                    "displayValue",
                    "value"
                  ]
                },
                "Name": {
                  "type": "object",
                  "properties": {
                    "displayValue": {
                      "type": "['string', 'null']",
                      "example": "example_value"
                    },
                    "value": {
                      "type": "string",
                      "example": "example_value"
                    }
                  },
                  "required": [
                    "displayValue",
                    "value"
                  ]
                }
              },
              "required": [
                "Id",
                "Name"
              ]
            },
            "id": {
              "type": "string",
              "example": "abc123"
            },
            "lastModifiedById": {
              "type": "string",
              "example": "500123"
            },
            "lastModifiedDate": {
              "type": "string",
              "example": "example_value"
            },
            "recordTypeId": {
              "type": "['string', 'null']",
              "example": "500123"
            },
            "recordTypeInfo": {
              "type": "['string', 'null']",
              "example": "example_value"
            },
            "systemModstamp": {
              "type": "string",
              "example": "example_value"
            },
            "weakEtag": {
              "type": "integer",
              "example": 10
            }
          },
          "required": [
            "apiName",
            "childRelationships",
            "eTag",
            "fields",
            "id",
            "lastModifiedById",
            "lastModifiedDate",
            "recordTypeId",
            "recordTypeInfo",
            "systemModstamp",
            "weakEtag"
          ]
        }
      },
      "required": [
        "displayValue",
        "value"
      ]
    },
    "LastModifiedById": {
      "type": "object",
      "properties": {
        "displayValue": {
          "type": "['string', 'null']",
          "example": "example_value"
        },
        "value": {
          "type": "string",
          "example": "example_value"
        }
      },
      "required": [
        "displayValue",
        "value"
      ]
    },
    "LastModifiedDate": {
      "type": "object",
      "properties": {
        "displayValue": {
          "type": "string",
          "example": "example_value"
        },
        "value": {
          "type": "string",
          "example": "example_value"
        }
      },
      "required": [
        "displayValue",
        "value"
      ]
    },
    "LastName": {
      "type": "object",
      "properties": {
        "displayValue": {
          "type": "['string', 'null']",
          "example": "example_value"
        },
        "value": {
          "type": "string",
          "example": "example_value"
        }
      },
      "required": [
        "displayValue",
        "value"
      ]
    },
    "LeadSource": {
      "type": "object",
      "properties": {
        "displayValue": {
          "type": "string",
          "example": "example_value"
        },
        "value": {
          "type": "string",
          "example": "example_value"
        }
      },
      "required": [
        "displayValue",
        "value"
      ]
    },
    "MobilePhone": {
      "type": "object",
      "properties": {
        "displayValue": {
          "type": "['string', 'null']",
          "example": "example_value"
        },
        "value": {
          "type": "['string', 'null']",
          "example": "example_value"
        }
      },
      "required": [
        "displayValue",
        "value"
      ]
    },
    "NumberOfEmployees": {
      "type": "object",
      "properties": {
        "displayValue": {
          "type": "['string', 'null']",
          "example": "example_value"
        },
        "value": {
          "type": "['string', 'null']",
          "example": "example_value"
        }
      },
      "required": [
        "displayValue",
        "value"
      ]
    },
    "NumberofLocations__c": {
      "type": "object",
      "properties": {
        "displayValue": {
          "type": "['string', 'null']",
          "example": "example_value"
        },
        "value": {
          "type": "integer",
          "example": 10
        }
      },
      "required": [
        "displayValue",
        "value"
      ]
    },
    "Owner": {
      "type": "object",
      "properties": {
        "displayValue": {
          "type": "string",
          "example": "example_value"
        },
        "value": {
          "type": "object",
          "properties": {
            "apiName": {
              "type": "string",
              "example": "example_value"
            },
            "childRelationships": {
              "type": "object",
              "example": "example_value"
            },
            "eTag": {
              "type": "string",
              "example": "example_value"
            },
            "fields": {
              "type": "object",
              "properties": {
                "Id": {
                  "type": "object",
                  "properties": {
                    "displayValue": {
                      "type": "['string', 'null']",
                      "example": "example_value"
                    },
                    "value": {
                      "type": "string",
                      "example": "example_value"
                    }
                  },
                  "required": [
                    "displayValue",
                    "value"
                  ]
                },
                "Name": {
                  "type": "object",
                  "properties": {
                    "displayValue": {
                      "type": "['string', 'null']",
                      "example": "example_value"
                    },
                    "value": {
                      "type": "string",
                      "example": "example_value"
                    }
                  },
                  "required": [
                    "displayValue",
                    "value"
                  ]
                }
              },
              "required": [
                "Id",
                "Name"
              ]
            },
            "id": {
              "type": "string",
              "example": "abc123"
            },
            "lastModifiedById": {
              "type": "['string', 'null']",
              "example": "500123"
            },
            "lastModifiedDate": {
              "type": "['string', 'null']",
              "example": "example_value"
            },
            "recordTypeId": {
              "type": "['string', 'null']",
              "example": "500123"
            },
            "recordTypeInfo": {
              "type": "['string', 'null']",
              "example": "example_value"
            },
            "systemModstamp": {
              "type": "['string', 'null']",
              "example": "example_value"
            },
            "weakEtag": {
              "type": "integer",
              "example": 10
            }
          },
          "required": [
            "apiName",
            "childRelationships",
            "eTag",
            "fields",
            "id",
            "lastModifiedById",
            "lastModifiedDate",
            "recordTypeId",
            "recordTypeInfo",
            "systemModstamp",
            "weakEtag"
          ]
        }
      },
      "required": [
        "displayValue",
        "value"
      ]
    },
    "OwnerId": {
      "type": "object",
      "properties": {
        "displayValue": {
          "type": "['string', 'null']",
          "example": "example_value"
        },
        "value": {
          "type": "string",
          "example": "example_value"
        }
      },
      "required": [
        "displayValue",
        "value"
      ]
    },
    "Phone": {
      "type": "object",
      "properties": {
        "displayValue": {
          "type": "['string', 'null']",
          "example": "example_value"
        },
        "value": {
          "type": "string",
          "example": "example_value"
        }
      },
      "required": [
        "displayValue",
        "value"
      ]
    },
    "PostalCode": {
      "type": "object",
      "properties": {
        "displayValue": {
          "type": "['string', 'null']",
          "example": "example_value"
        },
        "value": {
          "type": "['string', 'null']",
          "example": "example_value"
        }
      },
      "required": [
        "displayValue",
        "value"
      ]
    },
    "Primary__c": {
      "type": "object",
      "properties": {
        "displayValue": {
          "type": "string",
          "example": "example_value"
        },
        "value": {
          "type": "string",
          "example": "example_value"
        }
      },
      "required": [
        "displayValue",
        "value"
      ]
    },
    "ProductInterest__c": {
      "type": "object",
      "properties": {
        "displayValue": {
          "type": "string",
          "example": "example_value"
        },
        "value": {
          "type": "string",
          "example": "example_value"
        }
      },
      "required": [
        "displayValue",
        "value"
      ]
    },
    "Rating": {
      "type": "object",
      "properties": {
        "displayValue": {
          "type": "['string', 'null']",
          "example": "example_value"
        },
        "value": {
          "type": "['string', 'null']",
          "example": "example_value"
        }
      },
      "required": [
        "displayValue",
        "value"
      ]
    },
    "SICCode__c": {
      "type": "object",
      "properties": {
        "displayValue": {
          "type": "['string', 'null']",
          "example": "example_value"
        },
        "value": {
          "type": "string",
          "example": "example_value"
        }
      },
      "required": [
        "displayValue",
        "value"
      ]
    },
    "Salutation": {
      "type": "object",
      "properties": {
        "displayValue": {
          "type": "string",
          "example": "example_value"
        },
        "value": {
          "type": "string",
          "example": "example_value"
        }
      },
      "required": [
        "displayValue",
        "value"
      ]
    },
    "State": {
      "type": "object",
      "properties": {
        "displayValue": {
          "type": "['string', 'null']",
          "example": "example_value"
        },
        "value": {
          "type": "string",
          "example": "example_value"
        }
      },
      "required": [
        "displayValue",
        "value"
      ]
    },
    "Status": {
      "type": "object",
      "properties": {
        "displayValue": {
          "type": "string",
          "example": "example_value"
        },
        "value": {
          "type": "string",
          "example": "example_value"
        }
      },
      "required": [
        "displayValue",
        "value"
      ]
    },
    "Street": {
      "type": "object",
      "properties": {
        "displayValue": {
          "type": "['string', 'null']",
          "example": "example_value"
        },
        "value": {
          "type": "['string', 'null']",
          "example": "example_value"
        }
      },
      "required": [
        "displayValue",
        "value"
      ]
    },
    "Title": {
      "type": "object",
      "properties": {
        "displayValue": {
          "type": "['string', 'null']",
          "example": "example_value"
        },
        "value": {
          "type": "string",
          "example": "example_value"
        }
      },
      "required": [
        "displayValue",
        "value"
      ]
    },
    "Website": {
      "type": "object",
      "properties": {
        "displayValue": {
          "type": "['string', 'null']",
          "example": "example_value"
        },
        "value": {
          "type": "['string', 'null']",
          "example": "example_value"
        }
      },
      "required": [
        "displayValue",
        "value"
      ]
    }
  },
  "required": [
    "AnnualRevenue",
    "City",
    "Company",
    "Country",
    "CreatedBy",
    "CreatedById",
    "CreatedDate",
    "CurrentGenerators__c",
    "Description",
    "Email",
    "Fax",
    "FirstName",
    "Industry",
    "LastModifiedBy",
    "LastModifiedById",
    "LastModifiedDate",
    "LastName",
    "LeadSource",
    "MobilePhone",
    "NumberOfEmployees",
    "NumberofLocations__c",
    "Owner",
    "OwnerId",
    "Phone",
    "PostalCode",
    "Primary__c",
    "ProductInterest__c",
    "Rating",
    "SICCode__c",
    "Salutation",
    "State",
    "Status",
    "Street",
    "Title",
    "Website"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Fields11"
}