Salesforce · JSON Structure

Salesforce Code Coverage Warning Structure

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

CodeCoverageWarning is a JSON Structure definition published by Salesforce, describing 4 properties, of which 4 are required. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

id message name namespace

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

JSON Structure

Raw ↑
{
  "type": "object",
  "name": "CodeCoverageWarning",
  "properties": {
    "id": {
      "type": "string"
    },
    "message": {
      "type": "string"
    },
    "name": {
      "type": "['string', 'null']"
    },
    "namespace": {
      "type": "['string', 'null']"
    }
  },
  "required": [
    "id",
    "message",
    "name",
    "namespace"
  ],
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}