Salesforce · JSON Structure

Salesforce Code Coverage Structure

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

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

Properties

id locationsNotCovered name namespace numLocations numLocationsNotCovered type

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

JSON Structure

Raw ↑
{
  "type": "object",
  "name": "CodeCoverage",
  "properties": {
    "id": {
      "type": "string"
    },
    "locationsNotCovered": {
      "type": "array",
      "description": "",
      "items": {
        "type": "object"
      }
    },
    "name": {
      "type": "string"
    },
    "namespace": {
      "type": "['string', 'null']"
    },
    "numLocations": {
      "type": "integer"
    },
    "numLocationsNotCovered": {
      "type": "integer"
    },
    "type": {
      "type": "string"
    }
  },
  "required": [
    "id",
    "locationsNotCovered",
    "name",
    "namespace",
    "numLocations",
    "numLocationsNotCovered",
    "type"
  ],
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}