Salesforce · Schema

SuccessfulListNamedCredentials

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Properties

Name Type Description
namedCredentials array
View JSON Schema on GitHub

JSON Schema

salesforce-successful-list-named-credentials-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "namedCredentials": {
      "type": "array",
      "description": "",
      "example": [],
      "items": {
        "type": "object",
        "properties": {
          "calloutUrl": {
            "type": "string",
            "example": "https://www.example.com"
          },
          "developerName": {
            "type": "string",
            "example": "example_value"
          },
          "id": {
            "type": "string",
            "example": "abc123"
          },
          "masterLabel": {
            "type": "string",
            "example": "example_value"
          },
          "type": {
            "type": "string",
            "example": "example_value"
          },
          "url": {
            "type": "string",
            "example": "https://www.example.com"
          }
        },
        "required": [
          "calloutUrl",
          "developerName",
          "id",
          "masterLabel",
          "type",
          "url"
        ]
      }
    }
  },
  "required": [
    "namedCredentials"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "SuccessfulListNamedCredentials"
}