You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a message validation module to handle YAML content. The YAML validation should support ignore expressions, test variables as well as non strict ordering of elements.
The text was updated successfully, but these errors were encountered:
- Add new validation module to handle YAML content
- Perform YAML validation with support of test variables, ignore expressions, validation matchers
- Use strict and non-strict mode on the YAML validation
- Allow different ordering of YAML properties and elements in arrays
- Improve Json message validation implementation regarding array element ordering
- Add new validation module to handle YAML content
- Perform YAML validation with support of test variables, ignore expressions, validation matchers
- Use strict and non-strict mode on the YAML validation
- Allow different ordering of YAML properties and elements in arrays
- Improve Json message validation implementation regarding array element ordering
Add a message validation module to handle YAML content. The YAML validation should support ignore expressions, test variables as well as non strict ordering of elements.
The text was updated successfully, but these errors were encountered: