Salesforce · Schema

Model3

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Properties

Name Type Description
name string
quoteId string
templateId string
outputFormat string
language string
paperSize string
View JSON Schema on GitHub

JSON Schema

salesforce-model3-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "example": "Example Title"
    },
    "quoteId": {
      "type": "string",
      "example": "500123"
    },
    "templateId": {
      "type": "string",
      "example": "500123"
    },
    "outputFormat": {
      "type": "string",
      "example": "example_value"
    },
    "language": {
      "type": "string",
      "example": "example_value"
    },
    "paperSize": {
      "type": "string",
      "example": "example_value"
    }
  },
  "required": [
    "name",
    "quoteId",
    "templateId",
    "outputFormat",
    "language",
    "paperSize"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Model3"
}