Salesforce · JSON Structure

Salesforce Column Widths Structure

Type: object Properties: 6 Required: 6
Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

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

Properties

Site Type BillingCountry Owner.Alias Phone Name

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

JSON Structure

Raw ↑
{
  "type": "object",
  "name": "ColumnWidths",
  "properties": {
    "Site": {
      "type": "integer"
    },
    "Type": {
      "type": "integer"
    },
    "BillingCountry": {
      "type": "integer"
    },
    "Owner.Alias": {
      "type": "integer"
    },
    "Phone": {
      "type": "integer"
    },
    "Name": {
      "type": "integer"
    }
  },
  "required": [
    "Site",
    "Type",
    "BillingCountry",
    "Owner.Alias",
    "Phone",
    "Name"
  ],
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}