Salesforce · JSON Structure

Salesforce Key Structure

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

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

Properties

kty n e alg use kid

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

JSON Structure

Raw ↑
{
  "type": "object",
  "name": "Key",
  "properties": {
    "kty": {
      "type": "string"
    },
    "n": {
      "type": "string"
    },
    "e": {
      "type": "string"
    },
    "alg": {
      "type": "string"
    },
    "use": {
      "type": "string"
    },
    "kid": {
      "type": "string"
    }
  },
  "required": [
    "kty",
    "n",
    "e",
    "alg",
    "use",
    "kid"
  ],
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}