The following PR makes the below changes to the draft
The reply_to attribute was previous allowed to be an Array or a StringOrUri, this dynamic typing of an element is problematic in many strongly typed languages such as java and c# hence we have opted for this attribute to only be an Array who's members must be of type StringOrUri.
The expiry attribute has been renamed to expires_time.
The time_stamp attribute has been renamed to created_time.
The referent_id attribute has been removed.
Thanks @dhh1128 for the discussion and suggestions, are you able to check these changes reflect the conclusions we came to? Anything I missed?
The following PR makes the below changes to the draft
reply_to
attribute was previous allowed to be an Array or a StringOrUri, this dynamic typing of an element is problematic in many strongly typed languages such as java and c# hence we have opted for this attribute to only be an Array who's members must be of type StringOrUri.expiry
attribute has been renamed to expires_time.time_stamp
attribute has been renamed to created_time.referent_id
attribute has been removed.Thanks @dhh1128 for the discussion and suggestions, are you able to check these changes reflect the conclusions we came to? Anything I missed?