ChildRelationship

Describes a child relationship

CMSCommunitiesCRMCustomer PortalDigital ExperienceExperience CloudPartner Portal

Properties

Name Type Description
cascadeDelete boolean
childSObject string
deprecatedAndHidden boolean
field string
junctionIdListNames array
junctionReferenceTo array
relationshipName string
restrictedDelete boolean
View JSON Schema on GitHub

JSON Schema

salesforce-experience-cloud-childrelationship-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ChildRelationship",
  "title": "ChildRelationship",
  "type": "object",
  "description": "Describes a child relationship",
  "properties": {
    "cascadeDelete": {
      "type": "boolean"
    },
    "childSObject": {
      "type": "string"
    },
    "deprecatedAndHidden": {
      "type": "boolean"
    },
    "field": {
      "type": "string"
    },
    "junctionIdListNames": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "junctionReferenceTo": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "relationshipName": {
      "type": "string"
    },
    "restrictedDelete": {
      "type": "boolean"
    }
  }
}