Salesforce · JSON Structure

Salesforce Status201 Success Created Only Mandatory Fields Structure

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

Status201-SuccessCreatedOnlyMandatoryFields 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

apiName contextDefinitions id name usageType versions

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

JSON Structure

Raw ↑
{
  "type": "object",
  "name": "Status201-SuccessCreatedOnlyMandatoryFields",
  "properties": {
    "apiName": {
      "type": "string"
    },
    "contextDefinitions": {
      "type": "array",
      "description": "",
      "items": {
        "type": "string"
      }
    },
    "id": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "usageType": {
      "type": "string"
    },
    "versions": {
      "type": "array",
      "description": "",
      "items": {
        "type": "object",
        "properties": {
          "apiName": {
            "type": "string"
          },
          "enabled": {
            "type": "boolean"
          },
          "id": {
            "type": "string"
          },
          "name": {
            "type": "string"
          },
          "showExplExternally": {
            "type": "boolean"
          },
          "startDate": {
            "type": "string"
          },
          "steps": {
            "type": "array",
            "description": "",
            "items": {
              "type": "string"
            }
          },
          "variables": {
            "type": "array",
            "description": "",
            "items": {
              "type": "string"
            }
          },
          "versionNumber": {
            "type": "integer"
          }
        },
        "required": [
          "apiName",
          "enabled",
          "id",
          "name",
          "showExplExternally",
          "startDate",
          "steps",
          "variables",
          "versionNumber"
        ]
      }
    }
  },
  "required": [
    "apiName",
    "contextDefinitions",
    "id",
    "name",
    "usageType",
    "versions"
  ],
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}