jomarko commented on issue #3648: URL: https://github.com/apache/incubator-kie-tools/issues/3648#issuecomment-4989171986
Interesting paper, however it is a research, if I understand correctly, that may and may be not reflected in specification in future. Thank you for your clarification for **Strings** and **Numbers**. While I agree empty string usage should be discouraged, at the same time it is a valid value and we do not have control if some user use it or not. Here is my understanding of our discussion. ### Currently Sandbox allow to send via form values of given type or it omit the field from the json payload completely. It does not allow to send `null` value. ### Fix Sandbox allow to send via form values of given type or `null` value. It does not allow to omit given field from json payload never. How does it sound to you ? @dschulten -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
