{ "type": "object", "properties": { "cascadeDelete": { "type": "boolean", "example": true }, "childSObject": { "type": "string", "example": "example_value" }, "deprecatedAndHidden": { "type": "boolean", "example": true }, "field": { "type": "string", "example": "example_value" }, "junctionIdListNames": { "type": "array", "description": "", "example": [], "items": { "type": "string" } }, "junctionReferenceTo": { "type": "array", "description": "", "example": [], "items": { "type": "string" } }, "relationshipName": { "type": "['string', 'null']", "example": "example_value" }, "restrictedDelete": { "type": "boolean", "example": true } }, "required": [ "cascadeDelete", "childSObject", "deprecatedAndHidden", "field", "junctionIdListNames", "junctionReferenceTo", "relationshipName", "restrictedDelete" ], "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ChildRelationship" }