The note object, when type = note
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/property_CrmEvent_note", "title": "property_CrmEvent_note", "description": "The note object, when type = note", "properties": { "description": { "type": "string" }, "title": { "type": "string" } }, "type": "object" }