Salesforce · Schema

Fields41

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Properties

Name Type Description
Alias object
CreatedDate object
Id object
LastModifiedById object
LastModifiedDate object
Name object
SystemModstamp object
View JSON Schema on GitHub

JSON Schema

salesforce-fields41-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "Alias": {
      "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', 'null']",
          "example": "example_value"
        },
        "value": {
          "type": "string",
          "example": "example_value"
        }
      },
      "required": [
        "displayValue",
        "value"
      ]
    },
    "Id": {
      "type": "object",
      "properties": {
        "displayValue": {
          "type": "['string', 'null']",
          "example": "example_value"
        },
        "value": {
          "type": "string",
          "example": "example_value"
        }
      },
      "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', '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"
      ]
    },
    "SystemModstamp": {
      "type": "object",
      "properties": {
        "displayValue": {
          "type": "['string', 'null']",
          "example": "example_value"
        },
        "value": {
          "type": "string",
          "example": "example_value"
        }
      },
      "required": [
        "displayValue",
        "value"
      ]
    }
  },
  "required": [
    "Alias",
    "CreatedDate",
    "Id",
    "LastModifiedById",
    "LastModifiedDate",
    "Name",
    "SystemModstamp"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Fields41"
}