Salesforce · Schema

Designation1

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Properties

Name Type Description
designationId string
percent integer
View JSON Schema on GitHub

JSON Schema

salesforce-designation1-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "designationId": {
      "type": "string",
      "example": "500123"
    },
    "percent": {
      "type": "integer",
      "example": 10
    }
  },
  "required": [
    "designationId",
    "percent"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Designation1"
}