Salesforce · Schema

CleanStatus4

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Properties

Name Type Description
controllerValues object
defaultValue ['string', 'null']
eTag string
url string
values array
View JSON Schema on GitHub

JSON Schema

salesforce-clean-status4-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "controllerValues": {
      "type": "object",
      "example": "example_value"
    },
    "defaultValue": {
      "type": "['string', 'null']",
      "example": "example_value"
    },
    "eTag": {
      "type": "string",
      "example": "example_value"
    },
    "url": {
      "type": "string",
      "example": "https://www.example.com"
    },
    "values": {
      "type": "array",
      "description": "",
      "example": [],
      "items": {
        "type": "object",
        "properties": {
          "attributes": {
            "type": "['string', 'null']",
            "example": "example_value"
          },
          "label": {
            "type": "string",
            "example": "Example Title"
          },
          "validFor": {
            "type": "array",
            "description": "",
            "example": [],
            "items": {
              "type": "string"
            }
          },
          "value": {
            "type": "string",
            "example": "example_value"
          }
        },
        "required": [
          "attributes",
          "label",
          "validFor",
          "value"
        ]
      }
    }
  },
  "required": [
    "controllerValues",
    "defaultValue",
    "eTag",
    "url",
    "values"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "CleanStatus4"
}