Salesforce · Schema

SuccessfulSalesforceKeys

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Properties

Name Type Description
keys array
View JSON Schema on GitHub

JSON Schema

salesforce-successful-salesforce-keys-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "keys": {
      "type": "array",
      "description": "",
      "example": [],
      "items": {
        "type": "object",
        "properties": {
          "kty": {
            "type": "string",
            "example": "example_value"
          },
          "n": {
            "type": "string",
            "example": "example_value"
          },
          "e": {
            "type": "string",
            "example": "example_value"
          },
          "alg": {
            "type": "string",
            "example": "example_value"
          },
          "use": {
            "type": "string",
            "example": "example_value"
          },
          "kid": {
            "type": "string",
            "example": "500123"
          }
        },
        "required": [
          "kty",
          "n",
          "e",
          "alg",
          "use",
          "kid"
        ]
      }
    }
  },
  "required": [
    "keys"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "SuccessfulSalesforceKeys"
}