Salesforce · Schema

ConsumptionScheduleHistory

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Properties

Name Type Description
apiName string
keyPrefix string
label string
labelPlural string
nameFields array
objectInfoUrl string
View JSON Schema on GitHub

JSON Schema

salesforce-consumption-schedule-history-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "apiName": {
      "type": "string",
      "example": "example_value"
    },
    "keyPrefix": {
      "type": "string",
      "example": "example_value"
    },
    "label": {
      "type": "string",
      "example": "Example Title"
    },
    "labelPlural": {
      "type": "string",
      "example": "example_value"
    },
    "nameFields": {
      "type": "array",
      "description": "",
      "example": [],
      "items": {
        "type": "string"
      }
    },
    "objectInfoUrl": {
      "type": "string",
      "example": "https://www.example.com"
    }
  },
  "required": [
    "apiName",
    "keyPrefix",
    "label",
    "labelPlural",
    "nameFields",
    "objectInfoUrl"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ConsumptionScheduleHistory"
}