Salesforce · JSON Structure

Salesforce Model3 Structure

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

Model3 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

name quoteId templateId outputFormat language paperSize

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

JSON Structure

Raw ↑
{
  "type": "object",
  "name": "Model3",
  "properties": {
    "name": {
      "type": "string"
    },
    "quoteId": {
      "type": "string"
    },
    "templateId": {
      "type": "string"
    },
    "outputFormat": {
      "type": "string"
    },
    "language": {
      "type": "string"
    },
    "paperSize": {
      "type": "string"
    }
  },
  "required": [
    "name",
    "quoteId",
    "templateId",
    "outputFormat",
    "language",
    "paperSize"
  ],
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}