-
Notifications
You must be signed in to change notification settings - Fork 4
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
Use JSON Pointer for inputData and outputData #69
Comments
can the example be in JSON? |
|
F2F4: Add "odmInputRequired" at "odmAction" level. This is not needed for "odmEvent", because "odmRequired" is already available. "odmRequired" is applied to objects, actions (output) and events (output). |
Added "odmRequiredInputData" to qualities of odmAction |
I think we might want to reconsider using odmRequiredOutputData to provide a more explicit definition. IOW, Actions would have required input data and output data to be more consistent with the input data and output data definitions. Likewise, odmEvents would have the odmRequiredOutputData quality instead of odmRequired odmRequired would still be used to specify required properties, actions, events in an object, etc. odmData would still use JSON schema... |
Rather than create a new class for different uses of data, we should define inputData and outputData for Actions and Events as pointers to odmData definitions, using the same pattern as for required (#68):
The text was updated successfully, but these errors were encountered: