-
Notifications
You must be signed in to change notification settings - Fork 45
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
Initial checkin to resolve issue 373. #378
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The "Cardinality" chapter seems very appropriate to explain the current 1.0 behavior, but it contradicts with the updated examples that use the planned deprecation of maxOccurs
.
Is there a way to translate minOccurs/maxOccurs into a JSON Schema equivalent without them? If there is, it might help to have a note how to translate between them somewhere in the spec. |
@m-mohr There is no equivalent for the use of The JSON Schema is for the actual value of an input, regardless of where it comes from (inline, as an href reference, or from a nested process). That's what I pointed out in #373 (comment) . To clarify, in Processes-1, "by reference" inputs are NOT defined as one particular JSON schema possibility with an "href" property. Rather (like Part 3 |
Closes #373