Salesforce · Schema

Components

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Properties

Name Type Description
schemas object
securitySchemes object
View JSON Schema on GitHub

JSON Schema

salesforce-components-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "schemas": {
      "type": "object",
      "properties": {
        "SObjectRootInfo": {
          "type": "object",
          "properties": {
            "type": {
              "type": "string",
              "example": "example_value"
            },
            "properties": {
              "type": "object",
              "properties": {
                "objectDescribe": {
                  "type": "object",
                  "properties": {
                    "type": {
                      "type": "string",
                      "example": "example_value"
                    },
                    "properties": {
                      "type": "object",
                      "properties": {
                        "name": {
                          "type": "object"
                        },
                        "label": {
                          "type": "object"
                        },
                        "labelPlural": {
                          "type": "object"
                        },
                        "keyPrefix": {
                          "type": "object"
                        },
                        "custom": {
                          "type": "object"
                        },
                        "customSetting": {
                          "type": "object"
                        },
                        "activateable": {
                          "type": "object"
                        },
                        "createable": {
                          "type": "object"
                        },
                        "updateable": {
                          "type": "object"
                        },
                        "deletable": {
                          "type": "object"
                        },
                        "undeletable": {
                          "type": "object"
                        },
                        "mergeable": {
                          "type": "object"
                        },
                        "replicateable": {
                          "type": "object"
                        },
                        "triggerable": {
                          "type": "object"
                        },
                        "queryable": {
                          "type": "object"
                        },
                        "retrieveable": {
                          "type": "object"
                        },
                        "searchable": {
                          "type": "object"
                        },
                        "layoutable": {
                          "type": "object"
                        },
                        "feedEnabled": {
                          "type": "object"
                        },
                        "mruEnabled": {
                          "type": "object"
                        },
                        "hasSubtypes": {
                          "type": "object"
                        },
                        "isSubtype": {
                          "type": "object"
                        },
                        "dataTranslationEnabled": {
                          "type": "object"
                        },
                        "isInterface": {
                          "type": "object"
                        },
                        "deepCloneable": {
                          "type": "object"
                        },
                        "associateEntityType": {
                          "type": "object"
                        },
                        "associateParentEntity": {
                          "type": "object"
                        },
                        "deprecatedAndHidden": {
                          "type": "object"
                        },
                        "urls": {
                          "type": "object"
                        }
                      },
                      "required": [
                        "name",
                        "label",
                        "labelPlural",
                        "keyPrefix",
                        "custom",
                        "customSetting",
                        "activateable",
                        "createable",
                        "updateable",
                        "deletable",
                        "undeletable",
                        "mergeable",
                        "replicateable",
                        "triggerable",
                        "queryable",
                        "retrieveable",
                        "searchable",
                        "layoutable",
                        "feedEnabled",
                        "mruEnabled",
                        "hasSubtypes",
                        "isSubtype",
                        "dataTranslationEnabled",
                        "isInterface",
                        "deepCloneable",
                        "associateEntityType",
                        "associateParentEntity",
                        "deprecatedAndHidden",
                        "urls"
                      ]
                    }
                  },
                  "required": [
                    "type",
                    "properties"
                  ]
                },
                "recentItems": {
                  "type": "object",
                  "properties": {
                    "type": {
                      "type": "string",
                      "example": "example_value"
                    },
                    "items": {
                      "type": "object",
                      "properties": {
                        "type": {
                          "type": "object"
                        },
                        "properties": {
                          "type": "object"
                        }
                      },
                      "required": [
                        "type",
                        "properties"
                      ]
                    }
                  },
                  "required": [
                    "type",
                    "items"
                  ]
                }
              },
              "required": [
                "objectDescribe",
                "recentItems"
              ]
            }
          },
          "required": [
            "type",
            "properties"
          ]
        },
        "RestApiError": {
          "type": "object",
          "properties": {
            "type": {
              "type": "string",
              "example": "example_value"
            },
            "properties": {
              "type": "object",
              "properties": {
                "errorCode": {
                  "type": "object",
                  "properties": {
                    "type": {
                      "type": "string",
                      "example": "example_value"
                    }
                  },
                  "required": [
                    "type"
                  ]
                },
                "message": {
                  "type": "object",
                  "properties": {
                    "type": {
                      "type": "string",
                      "example": "example_value"
                    }
                  },
                  "required": [
                    "type"
                  ]
                }
              },
              "required": [
                "errorCode",
                "message"
              ]
            }
          },
          "required": [
            "type",
            "properties"
          ]
        },
        "AccountSObject": {
          "type": "object",
          "properties": {
            "type": {
              "type": "string",
              "example": "example_value"
            },
            "properties": {
              "type": "object",
              "properties": {
                "Id": {
                  "type": "object",
                  "properties": {
                    "type": {
                      "type": "string",
                      "example": "example_value"
                    }
                  },
                  "required": [
                    "type"
                  ]
                },
                "IsDeleted": {
                  "type": "object",
                  "properties": {
                    "type": {
                      "type": "string",
                      "example": "example_value"
                    },
                    "description": {
                      "type": "string",
                      "example": "A sample description."
                    }
                  },
                  "required": [
                    "type",
                    "description"
                  ]
                },
                "MasterRecordId": {
                  "type": "object",
                  "properties": {
                    "type": {
                      "type": "string",
                      "example": "example_value"
                    },
                    "description": {
                      "type": "string",
                      "example": "A sample description."
                    }
                  },
                  "required": [
                    "type",
                    "description"
                  ]
                },
                "Name": {
                  "type": "object",
                  "properties": {
                    "type": {
                      "type": "string",
                      "example": "example_value"
                    },
                    "description": {
                      "type": "string",
                      "example": "A sample description."
                    }
                  },
                  "required": [
                    "type",
                    "description"
                  ]
                },
                "Type": {
                  "type": "object",
                  "properties": {
                    "type": {
                      "type": "string",
                      "example": "example_value"
                    },
                    "description": {
                      "type": "string",
                      "example": "A sample description."
                    }
                  },
                  "required": [
                    "type",
                    "description"
                  ]
                },
                "ParentId": {
                  "type": "object",
                  "properties": {
                    "type": {
                      "type": "string",
                      "example": "example_value"
                    },
                    "description": {
                      "type": "string",
                      "example": "A sample description."
                    }
                  },
                  "required": [
                    "type",
                    "description"
                  ]
                },
                "BillingStreet": {
                  "type": "object",
                  "properties": {
                    "type": {
                      "type": "string",
                      "example": "example_value"
                    },
                    "description": {
                      "type": "string",
                      "example": "A sample description."
                    }
                  },
                  "required": [
                    "type",
                    "description"
                  ]
                },
                "BillingCity": {
                  "type": "object",
                  "properties": {
                    "type": {
                      "type": "string",
                      "example": "example_value"
                    },
                    "description": {
                      "type": "string",
                      "example": "A sample description."
                    }
                  },
                  "required": [
                    "type",
                    "description"
                  ]
                },
                "BillingState": {
                  "type": "object",
                  "properties": {
                    "type": {
                      "type": "string",
                      "example": "example_value"
                    },
                    "description": {
                      "type": "string",
                      "example": "A sample description."
                    }
                  },
                  "required": [
                    "type",
                    "description"
                  ]
                },
                "BillingPostalCode": {
                  "type": "object",
                  "properties": {
                    "type": {
                      "type": "string",
                      "example": "example_value"
                    },
                    "description": {
                      "type": "string",
                      "example": "A sample description."
                    }
                  },
                  "required": [
                    "type",
                    "description"
                  ]
                },
                "BillingCountry": {
                  "type": "object",
                  "properties": {
                    "type": {
                      "type": "string",
                      "example": "example_value"
                    },
                    "description": {
                      "type": "string",
                      "example": "A sample description."
                    }
                  },
                  "required": [
                    "type",
                    "description"
                  ]
                },
                "BillingLatitude": {
                  "type": "object",
                  "properties": {
                    "type": {
                      "type": "string",
                      "example": "example_value"
                    },
                    "description": {
                      "type": "string",
                      "example": "A sample description."
                    }
                  },
                  "required": [
                    "type",
                    "description"
                  ]
                },
                "BillingLongitude": {
                  "type": "object",
                  "properties": {
                    "type": {
                      "type": "string",
                      "example": "example_value"
                    },
                    "description": {
                      "type": "string",
                      "example": "A sample description."
                    }
                  },
                  "required": [
                    "type",
                    "description"
                  ]
                },
                "BillingGeocodeAccuracy": {
                  "type": "object",
                  "properties": {
                    "type": {
                      "type": "string",
                      "example": "example_value"
                    },
                    "description": {
                      "type": "string",
                      "example": "A sample description."
                    }
                  },
                  "required": [
                    "type",
                    "description"
                  ]
                },
                "BillingAddress": {
                  "type": "object",
                  "properties": {
                    "type": {
                      "type": "string",
                      "example": "example_value"
                    },
                    "description": {
                      "type": "string",
                      "example": "A sample description."
                    }
                  },
                  "required": [
                    "type",
                    "description"
                  ]
                },
                "ShippingStreet": {
                  "type": "object",
                  "properties": {
                    "type": {
                      "type": "string",
                      "example": "example_value"
                    },
                    "description": {
                      "type": "string",
                      "example": "A sample description."
                    }
                  },
                  "required": [
                    "type",
                    "description"
                  ]
                },
                "ShippingCity": {
                  "type": "object",
                  "properties": {
                    "type": {
                      "type": "string",
                      "example": "example_value"
                    },
                    "description": {
                      "type": "string",
                      "example": "A sample description."
                    }
                  },
                  "required": [
                    "type",
                    "description"
                  ]
                },
                "ShippingState": {
                  "type": "object",
                  "properties": {
                    "type": {
                      "type": "string",
                      "example": "example_value"
                    },
                    "description": {
                      "type": "string",
                      "example": "A sample description."
                    }
                  },
                  "required": [
                    "type",
                    "description"
                  ]
                },
                "ShippingPostalCode": {
                  "type": "object",
                  "properties": {
                    "type": {
                      "type": "string",
                      "example": "example_value"
                    },
                    "description": {
                      "type": "string",
                      "example": "A sample description."
                    }
                  },
                  "required": [
                    "type",
                    "description"
                  ]
                },
                "ShippingCountry": {
                  "type": "object",
                  "properties": {
                    "type": {
                      "type": "string",
                      "example": "example_value"
                    },
                    "description": {
                      "type": "string",
                      "example": "A sample description."
                    }
                  },
                  "required": [
                    "type",
                    "description"
                  ]
                },
                "ShippingLatitude": {
                  "type": "object",
                  "properties": {
                    "type": {
                      "type": "string",
                      "example": "example_value"
                    },
                    "description": {
                      "type": "string",
                      "example": "A sample description."
                    }
                  },
                  "required": [
                    "type",
                    "description"
                  ]
                },
                "ShippingLongitude": {
                  "type": "object",
                  "properties": {
                    "type": {
                      "type": "string",
                      "example": "example_value"
                    },
                    "description": {
                      "type": "string",
                      "example": "A sample description."
                    }
                  },
                  "required": [
                    "type",
                    "description"
                  ]
                },
                "ShippingGeocodeAccuracy": {
                  "type": "object",
                  "properties": {
                    "type": {
                      "type": "string",
                      "example": "example_value"
                    },
                    "description": {
                      "type": "string",
                      "example": "A sample description."
                    }
                  },
                  "required": [
                    "type",
                    "description"
                  ]
                },
                "ShippingAddress": {
                  "type": "object",
                  "properties": {
                    "type": {
                      "type": "string",
                      "example": "example_value"
                    },
                    "description": {
                      "type": "string",
                      "example": "A sample description."
                    }
                  },
                  "required": [
                    "type",
                    "description"
                  ]
                },
                "Phone": {
                  "type": "object",
                  "properties": {
                    "type": {
                      "type": "string",
                      "example": "example_value"
                    },
                    "description": {
                      "type": "string",
                      "example": "A sample description."
                    }
                  },
                  "required": [
                    "type",
                    "description"
                  ]
                },
                "Fax": {
                  "type": "object",
                  "properties": {
                    "type": {
                      "type": "string",
                      "example": "example_value"
                    },
                    "description": {
                      "type": "string",
                      "example": "A sample description."
                    }
                  },
                  "required": [
                    "type",
                    "description"
                  ]
                },
                "AccountNumber": {
                  "type": "object",
                  "properties": {
                    "type": {
                      "type": "string",
                      "example": "example_value"
                    },
                    "description": {
                      "type": "string",
                      "example": "A sample description."
                    }
                  },
                  "required": [
                    "type",
                    "description"
                  ]
                },
                "Website": {
                  "type": "object",
                  "properties": {
                    "type": {
                      "type": "string",
                      "example": "example_value"
                    },
                    "description": {
                      "type": "string",
                      "example": "A sample description."
                    }
                  },
                  "required": [
                    "type",
                    "description"
                  ]
                },
                "PhotoUrl": {
                  "type": "object",
                  "properties": {
                    "type": {
                      "type": "string",
                      "example": "example_value"
                    },
                    "description": {
                      "type": "string",
                      "example": "A sample description."
                    }
                  },
                  "required": [
                    "type",
                    "description"
                  ]
                },
                "Sic": {
                  "type": "object",
                  "properties": {
                    "type": {
                      "type": "string",
                      "example": "example_value"
                    },
                    "description": {
                      "type": "string",
                      "example": "A sample description."
                    }
                  },
                  "required": [
                    "type",
                    "description"
                  ]
                },
                "Industry": {
                  "type": "object",
                  "properties": {
                    "type": {
                      "type": "string",
                      "example": "example_value"
                    },
                    "description": {
                      "type": "string",
                      "example": "A sample description."
                    }
                  },
                  "required": [
                    "type",
                    "description"
                  ]
                },
                "AnnualRevenue": {
                  "type": "object",
                  "properties": {
                    "type": {
                      "type": "string",
                      "example": "example_value"
                    },
                    "description": {
                      "type": "string",
                      "example": "A sample description."
                    }
                  },
                  "required": [
                    "type",
                    "description"
                  ]
                },
                "NumberOfEmployees": {
                  "type": "object",
                  "properties": {
                    "type": {
                      "type": "string",
                      "example": "example_value"
                    },
                    "description": {
                      "type": "string",
                      "example": "A sample description."
                    }
                  },
                  "required": [
                    "type",
                    "description"
                  ]
                },
                "Ownership": {
                  "type": "object",
                  "properties": {
                    "type": {
                      "type": "string",
                      "example": "example_value"
                    },
                    "description": {
                      "type": "string",
                      "example": "A sample description."
                    }
                  },
                  "required": [
                    "type",
                    "description"
                  ]
                },
                "TickerSymbol": {
                  "type": "object",
                  "properties": {
                    "type": {
                      "type": "string",
                      "example": "example_value"
                    },
                    "description": {
                      "type": "string",
                      "example": "A sample description."
                    }
                  },
                  "required": [
                    "type",
                    "description"
                  ]
                },
                "Description": {
                  "type": "object",
                  "properties": {
                    "type": {
                      "type": "string",
                      "example": "example_value"
                    },
                    "description": {
                      "type": "string",
                      "example": "A sample description."
                    }
                  },
                  "required": [
                    "type",
                    "description"
                  ]
                },
                "Rating": {
                  "type": "object",
                  "properties": {
                    "type": {
                      "type": "string",
                      "example": "example_value"
                    },
                    "description": {
                      "type": "string",
                      "example": "A sample description."
                    }
                  },
                  "required": [
                    "type",
                    "description"
                  ]
                },
                "Site": {
                  "type": "object",
                  "properties": {
                    "type": {
                      "type": "string",
                      "example": "example_value"
                    },
                    "description": {
                      "type": "string",
                      "example": "A sample description."
                    }
                  },
                  "required": [
                    "type",
                    "description"
                  ]
                },
                "OwnerId": {
                  "type": "object",
                  "properties": {
                    "type": {
                      "type": "string",
                      "example": "example_value"
                    },
                    "description": {
                      "type": "string",
                      "example": "A sample description."
                    }
                  },
                  "required": [
                    "type",
                    "description"
                  ]
                },
                "CreatedDate": {
                  "type": "object",
                  "properties": {
                    "type": {
                      "type": "string",
                      "example": "example_value"
                    },
                    "format": {
                      "type": "string",
                      "example": "example_value"
                    }
                  },
                  "required": [
                    "type",
                    "format"
                  ]
                },
                "CreatedById": {
                  "type": "object",
                  "properties": {
                    "type": {
                      "type": "string",
                      "example": "example_value"
                    }
                  },
                  "required": [
                    "type"
                  ]
                },
                "LastModifiedDate": {
                  "type": "object",
                  "properties": {
                    "type": {
                      "type": "string",
                      "example": "example_value"
                    },
                    "format": {
                      "type": "string",
                      "example": "example_value"
                    }
                  },
                  "required": [
                    "type",
                    "format"
                  ]
                },
                "LastModifiedById": {
                  "type": "object",
                  "properties": {
                    "type": {
                      "type": "string",
                      "example": "example_value"
                    }
                  },
                  "required": [
                    "type"
                  ]
                },
                "SystemModstamp": {
                  "type": "object",
                  "properties": {
                    "type": {
                      "type": "string",
                      "example": "example_value"
                    },
                    "format": {
                      "type": "string",
                      "example": "example_value"
                    }
                  },
                  "required": [
                    "type",
                    "format"
                  ]
                },
                "LastActivityDate": {
                  "type": "object",
                  "properties": {
                    "type": {
                      "type": "string",
                      "example": "example_value"
                    },
                    "description": {
                      "type": "string",
                      "example": "A sample description."
                    },
                    "format": {
                      "type": "string",
                      "example": "example_value"
                    }
                  },
                  "required": [
                    "type",
                    "description",
                    "format"
                  ]
                },
                "LastViewedDate": {
                  "type": "object",
                  "properties": {
                    "type": {
                      "type": "string",
                      "e

# --- truncated at 32 KB (99 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/salesforce/refs/heads/main/json-schema/salesforce-components-schema.json