-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
indicating sort behavior across VRS classes #411
Comments
Originally posted by @larrybabb in #410 (comment). Replicated here to address point 2. |
Ordered behavior is something we get for free with JSON Arrays, and it is explicit in the JSON Schema Array definition. We originally discussed this in this issue. If there is any ambiguity in CSEs it may be in the computational definition of the CSE class, which reads:
I think that what may need to happen here is an updating of the definition of CSEs to explicitly indicate that the composed sequence is created by concatenating sequences in the order expressed in the We will also still need to discuss the mechanism for indicating that the order of a given Array in a VRS class is meaningful. It seems more correct to me to define this as a non-standard Array attribute in schema (e.g. our current implementation using |
On 11/7 leads call, @andreasprlic @larrybabb and @ahwagner walked through the current implementation and evaluated alternatives. We agreed that the current implementation solves our concerns and is enabling for other implementations without impacting message structures. Proposed resolution: keep the |
Implemented in #409 |
Originally posted by @ahwagner in #410 (comment)
This issue (#411) is to discuss Concern 2 above
The text was updated successfully, but these errors were encountered: