-
Notifications
You must be signed in to change notification settings - Fork 45
Refactor in favor to use primitiveOrStruct
.
#159
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
Conversation
Not found in the specification, what is the motivation for function When a parameter can be a |
@ribeiromiranda sometimes a reference can be an external file instead of a plain JSON object. In these cases, we need to load the file, process it and unmarshal it into a struct. So it's a string which is a URI. |
@ribeiromiranda hi, can you please sign your commit and rebase the PR? |
Hi @ribeiromiranda, can you please rebase? |
@lsytj0413 hi, if you have time, do you mind reviewing this PR? |
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.
Nice refactoring :D
Few comments
@ribeiromiranda anytime you feel it's safe to merge. I'm assuming you need a new patch version including this PR, right? |
@ricardozanini Changed the |
Signed-off-by: André R. de Miranda <[email protected]>
Signed-off-by: André R. de Miranda <[email protected]>
Signed-off-by: André R. de Miranda <[email protected]>
Signed-off-by: André R. de Miranda <[email protected]>
Signed-off-by: André R. de Miranda <[email protected]>
Signed-off-by: André R. de Miranda <[email protected]>
Signed-off-by: André R. de Miranda <[email protected]>
Signed-off-by: André R. de Miranda <[email protected]>
Signed-off-by: André R. de Miranda <[email protected]>
Signed-off-by: André R. de Miranda <[email protected]>
…, that aux the validation and error handling. Signed-off-by: André R. de Miranda <[email protected]>
Signed-off-by: André R. de Miranda <[email protected]>
Signed-off-by: André R. de Miranda <[email protected]>
Signed-off-by: André R. de Miranda <[email protected]>
Signed-off-by: André R. de Miranda <[email protected]>
Signed-off-by: André R. de Miranda <[email protected]>
Signed-off-by: André R. de Miranda <[email protected]>
Signed-off-by: André R. de Miranda <[email protected]>
Co-authored-by: Filippe Spolti <[email protected]> Signed-off-by: André R. de Miranda <[email protected]>
…rnalResource. Clean state json. Add state type validation oneofkind Signed-off-by: André R. de Miranda <[email protected]>
Signed-off-by: André R. de Miranda <[email protected]>
Refactor in favor to use
primitiveOrStruct
.