Salesforce · Schema

ChildRelationship2

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Properties

Name Type Description
childObjectApiName string
fieldName string
junctionIdListNames array
junctionReferenceTo array
relationshipName string
View JSON Schema on GitHub

JSON Schema

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