Salesforce · JSON Structure

Salesforce Urls Structure

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

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

Properties

enterprise metadata partner rest sobjects search query recent tooling_soap tooling_rest profile feeds groups users feed_items feed_elements custom_domain

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

JSON Structure

Raw ↑
{
  "type": "object",
  "name": "Urls",
  "properties": {
    "enterprise": {
      "type": "string"
    },
    "metadata": {
      "type": "string"
    },
    "partner": {
      "type": "string"
    },
    "rest": {
      "type": "string"
    },
    "sobjects": {
      "type": "string"
    },
    "search": {
      "type": "string"
    },
    "query": {
      "type": "string"
    },
    "recent": {
      "type": "string"
    },
    "tooling_soap": {
      "type": "string"
    },
    "tooling_rest": {
      "type": "string"
    },
    "profile": {
      "type": "string"
    },
    "feeds": {
      "type": "string"
    },
    "groups": {
      "type": "string"
    },
    "users": {
      "type": "string"
    },
    "feed_items": {
      "type": "string"
    },
    "feed_elements": {
      "type": "string"
    },
    "custom_domain": {
      "type": "string"
    }
  },
  "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-structure.org/draft/2020-12/schema"
}