Skip to content

Conversation

@thibaultzanini
Copy link
Collaborator

  • 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

- 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
"valueType": "object",
"cardinality": 1,
"valueDescriptor": {"@": "OrganizationDescriptor"}
"valueDescriptor": {"@": "PersonDescriptor"}
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

"valueType": "object",
"cardinality": 1,
"valueDescriptor": {"@": "PartySMSNumberDescriptor"}
"valueDescriptor": {"@": "CountryDescriptor"}
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

"prototype": "core/meta/property-descriptor",
"values": {
"name": "supportsiMessage",
"name": "supportsRichCommunication",
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@marchant Probably good?

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This pull request fixes three typos in messaging channel model descriptor files where property descriptors were referencing incorrect types or had mismatched property names.

  • Corrected country property to reference CountryDescriptor instead of PartySMSNumberDescriptor
  • Fixed supportsRichCommunication property name field to match its descriptor key
  • Corrected personParty property to reference PersonDescriptor instead of OrganizationDescriptor

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
data/model/messaging-channel/phone-number.mjson Fixed two typos: country property now correctly references CountryDescriptor, and supportsRichCommunication property name now matches its descriptor key
data/model/messaging-channel/party-messaging-channel.mjson Fixed personParty property to correctly reference PersonDescriptor instead of OrganizationDescriptor

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@thibaultzanini thibaultzanini self-assigned this Jan 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants