From 3d23ad15e12dfb012934e1e2275103a87221eab2 Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 7 Jan 2026 18:27:23 +0000 Subject: [PATCH] fix: correct descriptor references in messaging-channel mjson files - Fix country property to reference CountryDescriptor instead of PartySMSNumberDescriptor in phone-number.mjson - Fix supportsRichCommunication property name field in phone-number.mjson - Fix personParty property to reference PersonDescriptor instead of OrganizationDescriptor in party-messaging-channel.mjson --- data/model/messaging-channel/party-messaging-channel.mjson | 2 +- data/model/messaging-channel/phone-number.mjson | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/data/model/messaging-channel/party-messaging-channel.mjson b/data/model/messaging-channel/party-messaging-channel.mjson index 3f61dd250..df4dc29dd 100644 --- a/data/model/messaging-channel/party-messaging-channel.mjson +++ b/data/model/messaging-channel/party-messaging-channel.mjson @@ -61,7 +61,7 @@ "name": "personParty", "valueType": "object", "cardinality": 1, - "valueDescriptor": {"@": "OrganizationDescriptor"} + "valueDescriptor": {"@": "PersonDescriptor"} } }, "PersonDescriptor": { diff --git a/data/model/messaging-channel/phone-number.mjson b/data/model/messaging-channel/phone-number.mjson index 03c52cfd1..ee8f9e98c 100644 --- a/data/model/messaging-channel/phone-number.mjson +++ b/data/model/messaging-channel/phone-number.mjson @@ -56,7 +56,7 @@ "name": "country", "valueType": "object", "cardinality": 1, - "valueDescriptor": {"@": "PartySMSNumberDescriptor"} + "valueDescriptor": {"@": "CountryDescriptor"} } }, "nationalNumber": { @@ -121,7 +121,7 @@ "supportsRichCommunication": { "prototype": "core/meta/property-descriptor", "values": { - "name": "supportsiMessage", + "name": "supportsRichCommunication", "valueType": "boolean", "defaultValue": false, "description": "Indicates that the telephone number supports Rich Communication Services (RCS)"