web-api-commander icon indicating copy to clipboard operation
web-api-commander copied to clipboard

Metadata Validation Fails on Unknown OData Types

Open darnjo opened this issue 4 years ago • 0 comments

Given Edm.DateTime rather than Edm.DateTimeOffset, the metadata validation portion (from the command line) will say the metadata has passed, but it could still contain invalid types.

  • [ ] Try to fix XSDs (and submit to OASIS) in order to catch the type differences.
  • [ ] Fix Commander metadata validation to catch type errors and handle them gracefully.

darnjo avatar Jul 02 '21 23:07 darnjo