{ "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" }