Salesforce · JSON Structure

Salesforce Child Relationship2 Structure

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

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

Properties

childObjectApiName fieldName junctionIdListNames junctionReferenceTo relationshipName

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

JSON Structure

Raw ↑
{
  "type": "object",
  "name": "ChildRelationship2",
  "properties": {
    "childObjectApiName": {
      "type": "string"
    },
    "fieldName": {
      "type": "string"
    },
    "junctionIdListNames": {
      "type": "array",
      "description": "",
      "items": {
        "type": "string"
      }
    },
    "junctionReferenceTo": {
      "type": "array",
      "description": "",
      "items": {
        "type": "string"
      }
    },
    "relationshipName": {
      "type": "string"
    }
  },
  "required": [
    "childObjectApiName",
    "fieldName",
    "junctionIdListNames",
    "junctionReferenceTo",
    "relationshipName"
  ],
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}