Salesforce · Schema
Urls
Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales
Properties
| Name | Type | Description |
|---|---|---|
| enterprise | string | |
| metadata | string | |
| partner | string | |
| rest | string | |
| sobjects | string | |
| search | string | |
| query | string | |
| recent | string | |
| tooling_soap | string | |
| tooling_rest | string | |
| profile | string | |
| feeds | string | |
| groups | string | |
| users | string | |
| feed_items | string | |
| feed_elements | string | |
| custom_domain | string |
JSON Schema
{
"type": "object",
"properties": {
"enterprise": {
"type": "string",
"example": "example_value"
},
"metadata": {
"type": "string",
"example": "example_value"
},
"partner": {
"type": "string",
"example": "example_value"
},
"rest": {
"type": "string",
"example": "example_value"
},
"sobjects": {
"type": "string",
"example": "example_value"
},
"search": {
"type": "string",
"example": "example_value"
},
"query": {
"type": "string",
"example": "example_value"
},
"recent": {
"type": "string",
"example": "example_value"
},
"tooling_soap": {
"type": "string",
"example": "example_value"
},
"tooling_rest": {
"type": "string",
"example": "example_value"
},
"profile": {
"type": "string",
"example": "example_value"
},
"feeds": {
"type": "string",
"example": "example_value"
},
"groups": {
"type": "string",
"example": "example_value"
},
"users": {
"type": "string",
"example": "example_value"
},
"feed_items": {
"type": "string",
"example": "example_value"
},
"feed_elements": {
"type": "string",
"example": "example_value"
},
"custom_domain": {
"type": "string",
"example": "example_value"
}
},
"required": [
"enterprise",
"metadata",
"partner",
"rest",
"sobjects",
"search",
"query",
"recent",
"tooling_soap",
"tooling_rest",
"profile",
"feeds",
"groups",
"users",
"feed_items",
"feed_elements",
"custom_domain"
],
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "Urls"
}