Reference to a CRM object by ID
{ "type": "object", "description": "Reference to a CRM object by ID", "properties": { "id": { "type": "string", "description": "ID of the object", "example": "500123" } }, "required": [ "id" ], "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ObjectReference" }